Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 21, 2022
2 parents 36b6ca8 + d42a8f2 commit b821034
Show file tree
Hide file tree
Showing 5 changed files with 2,043 additions and 2,009 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sqs/lib/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export interface QueueProps {
readonly fifoThroughputLimit?: FifoThroughputLimit;

/**
* Policy to apply when the user pool is removed from the stack
* Policy to apply when the queue is removed from the stack
*
* Even though queues are technically stateful, their contents are transient and it
* is common to add and remove Queues while rearchitecting your application. The
Expand Down
Loading

0 comments on commit b821034

Please sign in to comment.