aws-nestjs-deployment
npm run lint
lint the projectnpm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpm run test:update
perform the jest unit tests with replacement of snapshotsnpm run test:watch
perform the jest unit tests in watch modenpm run test:cov
perform the jest unit tests with coveragenpm run test:debug
perform the jest unit tests in debug modenpm run cdk:bootstrap
install the bootstrap stack into an environmentnpm run cdk:synth
emits the synthesized CloudFormation templatenpm run cdk:diff
compare deployed stack with current statenpm run cdk deploy ${stack}
deploy a specific stacknpm run cdk destroy ${stack}
destroy a specific stack or all if none given