Skip to content

Instantly share code, notes, and snippets.

@alxfordy
Created July 29, 2021 09:46
Show Gist options
  • Save alxfordy/90ff0936746a29c05e039b39f8d2e934 to your computer and use it in GitHub Desktop.
Save alxfordy/90ff0936746a29c05e039b39f8d2e934 to your computer and use it in GitHub Desktop.
Making AWS Layers
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