cdk-dynamo-stream-to-event-bridge
v2.0.4
Published
Stream events from Dynamo DB to EventBridge.
Downloads
59
Readme
cdk-dynamo-stream-to-event-bridge
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.