Created
July 14, 2019 18:16
-
-
Save jordan-chalupka/d7e3b4e97bfde925dee701b24f6580c2 to your computer and use it in GitHub Desktop.
create lambda deployment package
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
pip install numpy -t deployment_package | |
cp lambda_handler.py deployment_package | |
(cd deployment_package && zip -r ../package.zip .) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment