Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to create EventBridge Rule Target DLQ #1251

Closed
2 tasks
codermpl opened this issue Jan 27, 2025 · 0 comments · Fixed by #1253
Closed
2 tasks

Add ability to create EventBridge Rule Target DLQ #1251

codermpl opened this issue Jan 27, 2025 · 0 comments · Fixed by #1253
Labels
feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged

Comments

@codermpl
Copy link

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.

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@codermpl codermpl added feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant