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 deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation templatego testrun unit tests
