Skip to content

Project to demonstrate containerizing Lambdas using Docker along with related AWS infrastructure as code.

Notifications You must be signed in to change notification settings

cjlludwig/docker-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-lambda

Project to demonstrate containerizing Lambdas using Docker along with related AWS infrastructure as code.

NPM Commands

npm run docker-build // Build Docker image.
npm run docker-start // Run Docker image locally on port 9000.
npm run stop // Shutdown and delete all related containers.

To test locally POST http://localhost:9000/2015-03-31/functions/function/invocations

About

Project to demonstrate containerizing Lambdas using Docker along with related AWS infrastructure as code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published