Sign inSign up

richardjkendall/lambda-layer-builder

By richardjkendall

•Updated over 5 years ago

Docker container to build lambda layers with specific Python dependencies installed

Image
0

357

richardjkendall/lambda-layer-builder repository overview

⁠lambda-layer-builder

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.

⁠Install does the following steps

  • pip install using requirements.txt

⁠How to run

docker run --rm -e REPO=<git url> -v <local folder where you want the output>:/output richardjkendall/lambda-layer-builder

Tag summary

Content type

Image

Digest

Size

353.7 MB

Last updated

over 5 years ago

docker pull richardjkendall/lambda-layer-builder