Docker container to build lambda layers with specific Python dependencies installed
357
Builds a AWS python lambda layer package using docker.
Takes one environment variable: REPO which points to the public repository containing the code to be packaged.
Package is placed in the /output folder.
docker run --rm -e REPO=<git url> -v <local folder where you want the output>:/output richardjkendall/lambda-layer-builder
Content type
Image
Digest
Size
353.7 MB
Last updated
over 5 years ago
docker pull richardjkendall/lambda-layer-builder