Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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