2.0.6 • Published 4 months ago

cdk-dynamo-stream-to-event-bridge v2.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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.