Builds nodejs lambda functions for deployment
265
Builds a AWS nodejs lambda function 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.
npm ci if package.json is present in the code repodocker run --rm -e REPO=<git url> -v <local folder where you want the output>:/output richardjkendall/lambda-builder-node
You can see the terraform module that this works with here https://github.com/richardjkendall/tf-modules/tree/master/modules/lambda-function-node
Content type
Image
Digest
Size
49.2 MB
Last updated
almost 6 years ago
docker pull richardjkendall/lambda-builder-node