Skip to content

Instantly share code, notes, and snippets.

@giuscri
Created June 18, 2020 19:56
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 giuscri/95e89cc185323939cda46180263f1ad8 to your computer and use it in GitHub Desktop.
Save giuscri/95e89cc185323939cda46180263f1ad8 to your computer and use it in GitHub Desktop.
#!/bin/sh -x
pip3 install -t ./package requirements.txt
cd ./package
zip -r9 function.zip .
cd -
zip function.zip lambda_function.py
aws lambda update-function-code --function-name xxx --zip-file fileb://function.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment