A cdk typescript example to deploy AWS App Runner with cdk and connect it to a VPC.
- Make sure you create an ECR repo first and adjust the name accordingly in the stack.
- Adjust your account details in bin/apprunner-cdk-example.ts
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template