Skip to content

adrienduchemin/aws-nestjs-deployment

Repository files navigation

aws-nestjs-deployment

aws-nestjs-deployment

  • npm run lint lint the project
  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npm run test:update perform the jest unit tests with replacement of snapshots
  • npm run test:watch perform the jest unit tests in watch mode
  • npm run test:cov perform the jest unit tests with coverage
  • npm run test:debug perform the jest unit tests in debug mode
  • npm run cdk:bootstrap install the bootstrap stack into an environment
  • npm run cdk:synth emits the synthesized CloudFormation template
  • npm run cdk:diff compare deployed stack with current state
  • npm run cdk deploy ${stack} deploy a specific stack
  • npm run cdk destroy ${stack} destroy a specific stack or all if none given

About

aws-nestjs-deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published