Created
July 29, 2021 09:46
-
-
Save alxfordy/90ff0936746a29c05e039b39f8d2e934 to your computer and use it in GitHub Desktop.
Making AWS Layers
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
mkdir -p aws-layer/python/lib/python3.8/site-packages | |
pip3 install cbpro --target aws-layer/python/lib/python3.8/site-packages | |
cd aws-layer/ | |
zip -r9 cbpro-layer.zip . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment