Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

anishpateluk/nestjs-serverless-starter

Repository files navigation

nestjs-serverless-starter

Starter kit using nestjs with serverless

Description

This application uses the Nest web app framework for implementing the API and the Serverless CLI for managing deployments to AWS.

This is a Nest web app deployable as a lambda function.

Before you start!

Do a find and replace to replace the string <project-name>, including the brackets, with your project name.

Prequisites

Requires serverless installed on your mac

$ npm i -g serverless

Installation

$ npm ci

Running the app

# run locally
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deploy (from local machine)

# deploy from your mac
$ npm run sls:deploy

# teardown / delete deployment
$ npm run sls:remove

About

starter kit using nestjs with serverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published