Skip to content

Sample repository for developing AWS Lambda in a local environment.

Notifications You must be signed in to change notification settings

imishinist/lambda-sample

Repository files navigation

lamdba local development

Demo

docker-compose up -d --build

Once the code has been modified, the following command will build and automatically restart Lambda.

$ make build-lambda