AWS CDK (Infrastructure as Code) - You can use this template to start your CI/CD-ed project for deploying serverless applications in AWS. It shows how to add and use deployment stages - Lambda, DynamoDB, APIGateway, etc
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