Skip to content

bhavik402/reminders-api-serverless-go

Repository files navigation

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