Skip to content

Instantly share code, notes, and snippets.

@t-mart
Created October 12, 2019 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-mart/64e313c28529b49fbe3ad8e08a86722a to your computer and use it in GitHub Desktop.
Save t-mart/64e313c28529b49fbe3ad8e08a86722a to your computer and use it in GitHub Desktop.
kinesis = boto3.client(
'kinesis',
region_name=awsRegion,
aws_access_key_id=accessKeyId,
aws_secret_access_key =secretAccessKey
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment