Skip to content

DynamoDB Streams to capture data change in Amazon DynamoDB by CRUD with REST API in Amazon API Gateway

Notifications You must be signed in to change notification settings

oieduardorabelo/cdk-dynamodb-streams-crud-api-gateway

Repository files navigation

DynamoDB Streams to capture data change in Amazon DynamoDB by CRUD with REST API in Amazon API Gateway

CDK example of:

  • Using CDK multiple stacks to build a simple CRUD application
  • REST API in Amazon API Gateway to create, read, update and delete data in Amazon DynamoDB
  • Amazon DynamoDB Streams to capture data change in Amazon DynamoDB

Final architecture:

Extra resources: