mainawycliffe / cdk-dynamo-stream-to-event-bridge

Stream events from Dynamo DB to EventBridge, with 3 lines of CDK code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdk-dynamo-stream-to-event-bridge

Built with typescript

Stream events from Dynamo DB to EventBridge.

Use

new DynamoStreamToEventBridge(scope, 'streamTodoTable', {
  table: TodoTable,
  eventPrefix: 'EventPrefix', // e.g. Todo for events with DetailType set as TodoCreate/TodoUpdate/TodoDelete
});

Built by Skyhook

This module is contributed by the team at Skyhook.

About

Stream events from Dynamo DB to EventBridge, with 3 lines of CDK code

License:MIT License


Languages

Language:TypeScript 87.4%Language:JavaScript 12.6%