Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavik402/reminders-api-serverless-go
proof of concept project for serverless CRUD rest api
https://github.com/bhavik402/reminders-api-serverless-go
aws-apigateway aws-cdk aws-dynamodb aws-lambda go serverless
Last synced: 8 days ago
JSON representation
proof of concept project for serverless CRUD rest api
- Host: GitHub
- URL: https://github.com/bhavik402/reminders-api-serverless-go
- Owner: bhavik402
- Created: 2024-02-23T21:10:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T21:13:17.000Z (11 months ago)
- Last Synced: 2024-11-07T13:42:48.156Z (about 2 months ago)
- Topics: aws-apigateway, aws-cdk, aws-dynamodb, aws-lambda, go, serverless
- Language: Go
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remidners REST API
serverless reminders REST API built with AWS Lambda, AWS API Gateway and Dynamo DB
# How to build
> See make file
TODO: add notes for building and deploying stack## CDK
> The `cdk.json` file tells the CDK toolkit how to execute your app.* `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