Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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