Infrastructure needed to run awspring.io website and other domains built with AWS CDK.
It is a Maven based project, so you can open this project with any Maven compatible Java IDE to build and run tests.
make build
runs formatter and builds the projectmake deploy
deploys the CloudFormation stack
CDK commands you may also need:
cdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation