aws-dynamodb-stream-eventbridge-fanout
aws-dynamodb-stream-eventbridge-fanout copied to clipboard
This is a serverless application that forwards events from a DynamoDB stream to an Amazon EventBridge event bus.
Mentioning here since I don't really know anything about Java and immediate grubbing around google doesn't give any good advice. Deployment works, no errors are raised. When I try a...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Hi there, This project helped us a lot on dynamoDB to event bridge integration, Thanks! However the data we have in event bridge looks like this ``` "newImage": { "address":...
Currently, this app has a [DLQ](https://github.com/awslabs/aws-dynamodb-stream-eventbridge-fanout/blob/1.0.0/sam/app/template.yaml#L66) for failed events. It would be nice to include a DLQ redrive Lambda along with this app to help users redrive DLQ messages
Currently, this application does not have integration tests on its own. The success scenarios are being tested as part of the end-to-end tests in one of its users [here](https://github.com/awslabs/realworld-serverless-application/blob/master/analytics/src/test/java/software/amazon/serverless/apprepo/cucumber/features/AthenaQuery.feature) but...
Currently, the app only outputs the DLQ URL. However, it should also output the DLQ name and ARN. These values will need to be used by consuming applications to configure...