Created
March 25, 2025 22:53
-
-
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.
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
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