Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivleshc/d95435cecdff061c8b84a79dde34b5db to your computer and use it in GitHub Desktop.
Save nivleshc/d95435cecdff061c8b84a79dde34b5db to your computer and use it in GitHub Desktop.
This gist contains code for packaging the python libraries used to create the AWS Lambda layer that will be used by the AWS Lambda functions in the blog-photo-location-map repository.
mkdir lambda_layer/python
cd lambda_layer
pip install cffi cryptography PyJWT pillow folium -t ./python
zip -r layer-photo-location-map.zip python/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment