Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.88 KB

README.md

File metadata and controls

54 lines (46 loc) · 2.88 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

AWS Nestjs Lambda Template

Installation Serverless Framework Global

$ npm install -g serverless

Installation dependencies

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

Running the local Serverless

$ sls offline

Deploy Serverless on AWS

$ sls deploy --stage {dev or prod } --aws-profile {your profile AWS on aws/config}