This is a blank project for CDK development with Go.
The cdk.json file tells the CDK toolkit how to execute your app.
cdk synthemits the synthesized CloudFormation templatesam local start-api -t ./cdk.out/GlambdaKitStack.template.json --env-vars .env.json
cdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statego testrun unit testssam local start-apiStart lambdas locally (need to have template yml file in the root directory)