PLus more constructs and AWS resources such as API gateway, AWS Congnito, AWS CI/CD, AWS CodePipeline DynamoDB, and how they are all wired to with with NESTJS to create an API backend hosted on AWS
- nestjs-api folder contains the NestJS API code inside the AWS CDK project folder
- Always navigate to this folder first for any NestJS specific commands
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpx cdk deploy
deploy this stack to your default AWS account/regionnpx cdk diff
compare deployed stack with current statenpx cdk synth
emits the synthesized CloudFormation template