Created
May 12, 2022 06:24
-
-
Save regmicmahesh/9e34db90a1532707b62006ee8dae376c to your computer and use it in GitHub Desktop.
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
pip install -r requirements.txt -t ./python | |
find -type d -name __pycache__ -exec rm -rf {} \; | |
zip lambda_layer.zip -r ./python/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment