This file contains 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
# $1 = function name | |
# $2 = bucket name | |
# $3 = bucket object name (zipped folder) | |
. ./cook_notebook.sh | |
aws s3 cp $3 s3://$2/$3 | |
aws lambda update-function-code --function-name $1 --s3-bucket $2 --s3-key $3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment