Deploy a single page web app to AWS using the Go CDK.
This assumes you have a domain name already registered, which will need to be entered in cdk.go.
Inspired by: https://www.youtube.com/watch?v=2DzEF3deOLw
The cdk.json
file tells the CDK toolkit how to execute your app.
cdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation templatego test
run unit tests