8000 GitHub - SriramKeerthi/serverless-demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SriramKeerthi/serverless-demo

Repository files navigation

Serverless Demo for NestJS

This demo project is a NestJS application that is converted to a Lambda

Steps

  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0