Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batsdk/gocdk-demo
A straightforward REST API implemented in Go, utilizing AWS CDK, DynamoDB, and API Gateway
https://github.com/batsdk/gocdk-demo
Last synced: about 1 month ago
JSON representation
A straightforward REST API implemented in Go, utilizing AWS CDK, DynamoDB, and API Gateway
- Host: GitHub
- URL: https://github.com/batsdk/gocdk-demo
- Owner: batsdk
- Created: 2024-05-27T14:20:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T15:34:57.000Z (8 months ago)
- Last Synced: 2024-05-29T06:43:26.331Z (8 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disclaimer
### No Best Practices:
- I did not follow best coding practices or industry standards while creating this project. The code might be messy, lack proper documentation, and could have some bugs.
### Experimental Code:
- The project includes experimental features and quick fixes. It was not intended for production use or to be maintained long-term.
### Learning and Fun:
- The primary aim was to learn and enjoy the process of coding. If you decide to explore the code, please keep this in mind.## 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