Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active October 13, 2020 14:25
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 garystafford/d7a321bed0e5ddb57cfddfd443bafb07 to your computer and use it in GitHub Desktop.
Save garystafford/d7a321bed0e5ddb57cfddfd443bafb07 to your computer and use it in GitHub Desktop.
# Install required Python packages
python3 -m pip install --user -r scripts/requirements.txt
# Set default AWS Region for script
export AWS_DEFAULT_REGION=us-east-1
# Execute script in foreground
python3 ./scripts/kinesis_put_test_msg.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment