/serverless-nestjs-worker-template

nestjs worker template for aws lambda

Primary LanguageTypeScript

Description

Serverless application template. This app created by Nest framework TypeScript starter repository.

Installation

$ yarn

Running the app

# development
$ yarn start

Deploy

yarn build && sls deploy

Test and format

# unit test
$ yarn test

# test coverage
$ yarn test:cov

# format
$ yarn format

# lint
$ yarn lint

# pre commit
$ yarn pre-commit

License

MIT licensed.