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

[aws-events] Add DLQ Support for CodeBuildProject targets #13447

Closed
1 of 2 tasks
Assignees
Labels
@aws-cdk/aws-events Related to CloudWatch Events effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. p2

Comments

@DaWyz
Copy link
Contributor

DaWyz commented Mar 6, 2021

Amazon EventBridge recently added support for dead letter queues.

Use Case

It makes event-driven applications more resilient and durable by storing your events in queues when the events can't be delivered, or the target is unavailable. See the documentation for more information.

Proposed Solution

Proposed Solution

Use the same solution as #11612 Issue used for Lambda targets..

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

This is a 🚀 Feature Request

@DaWyz DaWyz added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 6, 2021
@github-actions github-actions bot added the @aws-cdk/aws-events Related to CloudWatch Events label Mar 6, 2021
@rix0rrr rix0rrr added effort/medium Medium work item – several days of effort p2 labels Mar 8, 2021
@mergify mergify bot closed this as completed in #13448 Mar 9, 2021
mergify bot pushed a commit that referenced this issue Mar 9, 2021
Resolves #13447

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@github-actions
Copy link

github-actions bot commented Mar 9, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

This was referenced Mar 12, 2021
This was referenced Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment