setup DLQ for auto generated Queue in @aws-cdk_aws-ecs-patterns QueueProcessingFargateService #6352
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
needs-triage
This issue or PR still needs to be triaged.
queue is an optional attribute for QueueProcessingFargateService, in such scenarios CDK automatically creates the queue for the customer and provides the ECS task the necessary permissions to access the queue.
Use Case
CDK aims to drive best practices in the AWS user community and i believe setting up the DLQ for the primary queue is a best practice worth providing out of the box, even without it most SQS consumers setup a custom DLQ, they shouldn't have to do it in such scenarios if CDK can do it for them.
Proposed Solution
setup DLQ for generated primary queue and setup necessary permissions and redrive policy for the same.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: