-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(events): dead letter queue for Lambda Targets #11617
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DaWyz - i know it's still in progress, but i took a quick first pass - this will be a really useful feature for users!
Pull request has been modified.
@shivlaks I updated the code to fix the comments. Let me know if it fine. I think it's pretty close to ready. Waiting for your comments/suggestions if you think I should change/add more things ! |
@DaWyz sorry I didn't realize this one was ready for review. Will get through it today!! |
New to CDK here, but interested in this feature. Possibly a dumb question but does this support using the same DLQ for multiple targets? |
@davecap I would expect it to work but I haven't tried. The code definitely allow it. I would expect CloudFormation to allow it as well but as I said, I haven't tried. |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Add DLQ Configuration to Rule targets. Using a DLQ on a rule prevents the application to loose events after all retry attempts are exhausted. Resolves aws#11612 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add DLQ Configuration to Rule targets. Using a DLQ on a rule prevents the application to loose events after all retry attempts are exhausted.
Resolves #11612
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license