cdk-dynamo-stream-to-event-bridge
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.4
    23
    • latest

Version History

Package Sidebar

Install

npm i cdk-dynamo-stream-to-event-bridge

Weekly Downloads

43

Version

2.0.4

License

MIT

Unpacked Size

3.35 MB

Total Files

20

Last publish

Collaborators

  • alan-cooney