https://github.com/guidefari/gocdk
go, cdk, lambda, dynamo, api gateway, maybe cognito
https://github.com/guidefari/gocdk
Last synced: 9 months ago
JSON representation
go, cdk, lambda, dynamo, api gateway, maybe cognito
- Host: GitHub
- URL: https://github.com/guidefari/gocdk
- Owner: guidefari
- Created: 2024-05-16T13:21:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T05:32:25.000Z (about 2 years ago)
- Last Synced: 2025-04-02T02:44:27.680Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
* `go test` run unit tests
---
- [Reference course](https://frontendmasters.com/courses/go-aws/)
## Build lambda
- `cd lambda`
- `go mod tidy`
- `make build`