No description
lambda-fn | ||
.gitignore | ||
cdk.json | ||
cloudwatch-log-alerts.go | ||
cloudwatch-log-alerts_test.go | ||
go.mod | ||
go.sum | ||
properties.json | ||
README.md |
Welcome to your CDK Go project!
This is a blank project for CDK development with Go.
The cdk.json
file tells the CDK toolkit how to execute your app.
Useful commands
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