This repo contains code for a three tier application consisting of web layer, app layer and data layer. The template is highly customizable with many features thanks to the CDK's flexibility, including custom IP's for the VPC and the optional provisioning of the database layer.
- cdk lslist all stacks in the app
- cdk synthemits the synthesized CloudFormation template
- cdk deploydeploy this stack to your default AWS account/region
- cdk diffcompare deployed stack with current state
- cdk docsopen CDK documentation
Enjoy!