This demo project is a NestJS application that is converted to a Lambda
- Create the NestJS application
Use this command to create a new project:
$ npm i -g @nestjs/cli
$ nest new serverless-demo
Then verify that it works (Assuming you used Yarn as a package manager):
$ cd serverless-demo
$ yarn start
Open up your browser to http://localhost:3000 to see a "Hello World" message