- Install Python libraries on a Docker image
./get_layer_packages.sh
- Zip the package folder
zip -r my-Python37-Pandas23.zip .
-
Create a bucket in AWS S3
-
Upload the zip to AWS S3
aws s3 cp my-Python37-Pandas23.zip s3://BUCKET_NAME/
- Create a layer from AWS Lambda