Skip to content

Instantly share code, notes, and snippets.

@kleong
Created July 30, 2019 20:22
Show Gist options
  • Save kleong/0d2188b31fe15b563fd1fdb6b2ab80a5 to your computer and use it in GitHub Desktop.
Save kleong/0d2188b31fe15b563fd1fdb6b2ab80a5 to your computer and use it in GitHub Desktop.
import boto3
kinesis = boto3.client('kinesis') # requires AWS credentials to be present in env
kinesis.create_stream(StreamName='twitter-stream', ShardCount=5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment