Created
April 28, 2019 18:53
-
-
Save youngsoul/45ae98520d20925ec64f36fad79a69ec to your computer and use it in GitHub Desktop.
run script to create a docker environment for AWS Python 3.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -it -e AWS_DEFAULT_REGION="$AWS_DEFAULT_REGION" -e AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" -e AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" -v "$PWD":/var/task lambci/lambda:build-python3.6 bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment