Skip to content

Commit

Permalink
feat(aws-ecs-patterns): setup associated DLQ when Queue created by CD…
Browse files Browse the repository at this point in the history
…K for QueueProcessingFargateService
  • Loading branch information
SeekerWing committed Feb 19, 2020
1 parent fd91ae0 commit b24ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const queueProcessingFargateService = new QueueProcessingFargateService(stack, '
});
```

when queue not provided by user, CDK with create a primary queue and dead letter queue with default redrive policy and attach permission to the task to be able to acces the primary queue.
when queue not provided by user, CDK will create a primary queue and a dead letter queue with default redrive policy and attach permission to the task to be able to acces the primary queue.

## Scheduled Tasks

Expand Down

0 comments on commit b24ace7

Please sign in to comment.