Serverless application template. This app created by Nest framework TypeScript starter repository.
$ yarn
# development
$ yarn start
yarn build && sls deploy
# unit test
$ yarn test
# test coverage
$ yarn test:cov
# format
$ yarn format
# lint
$ yarn lint
# pre commit
$ yarn pre-commit