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 buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template