Add ability to create EventBridge Rule Target DLQ #1251
Labels
feature-request
A feature should be added or improved
needs-triage
The issue or PR still needs to be triaged
Would like the ability to add a dead letter queue for the EventBridge Rule Target in EventBridgeToSqs.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html
Use Case
Allows you to retry messages that can't be delivered to the SQS queue.
Proposed Solution
Include Rule property to create EventBridge Rule target DLQ.
Other
Attempted to attach a DLQ by creating my own and passing it in eventRuleProps.targets, but the code didn't seem to use what I was passing for some reason.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: