Skip to content

gemerick/nest-lambda

 
 

Repository files navigation

AWS Lambda with NestJS

Installation

$ npm install

Running the app locally

# development
$ npm run start

# watch mode
$ npm run start:dev
curl http://localhost:3000/languages

AWS Lambda

npm run build
mkdir deploy
zip -r deploy/nest-lambda.zip dist/ node_modules

aws cloudformation package --template-file nest-lambda.yaml --s3-bucket cloudformation-5-4 --output-template-file deploy/nest-lambda.out.yaml

aws cloudformation deploy --template-file deploy/nest-lambda.out.yaml --stack-name nest-lambda --capabilities CAPABILITY_IAM

About

A sample NestJS application that can be deployed to AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors