-
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
[aws-events] Add DLQ Support for CodeBuildProject targets #13447
Closed
1 of 2 tasks
DaWyz opened this issue
Mar 6, 2021
· 1 comment
· Fixed by #13448, linz/geostore#393, sullis/aws-cdk-java-example#66, thoughtworks/tramchester#254 or linz/elasticsearch-shipper#240
Closed
1 of 2 tasks
[aws-events] Add DLQ Support for CodeBuildProject targets #13447
DaWyz opened this issue
Mar 6, 2021
· 1 comment
· Fixed by #13448, linz/geostore#393, sullis/aws-cdk-java-example#66, thoughtworks/tramchester#254 or linz/elasticsearch-shipper#240
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
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
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*
|
This was referenced Mar 12, 2021
Merged
Merged
Closed
Closed
This was referenced Mar 17, 2021
chore(deps-dev): bump @aws-cdk/aws-lambda from 1.91.0 to 1.94.1
yglcode/cdk-stack-resource-rename#17
Closed
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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..
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: