An open API service indexing awesome lists of open source software.

https://github.com/kielabokkie/docker-lambda-node

Docker image for building node based projects for deployment to AWS Lambda
https://github.com/kielabokkie/docker-lambda-node

Last synced: 10 months ago
JSON representation

Docker image for building node based projects for deployment to AWS Lambda

Awesome Lists containing this project

README

          

# Lambda Node

As AWS Lambda currently only supports the Node 6 runtime this container can be used to build and zip your code for deployment to Lambda.

## Usage

Tag a new version:

make build {version}

Push to docker hub:

make push