Skip to content

Commit

Permalink
Add another example
Browse files Browse the repository at this point in the history
  • Loading branch information
adam.gloyne committed Oct 26, 2023
1 parent e0eccf5 commit 82df278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sqs/json_schemas/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@
"queues": [
{
"name": "myQueue",
"fifoQueue": true,
"deduplicationScope": "messageGroup",
"fifoThroughputLimit": "perMessageGroupId",
"deliveryDelay": 10,
"redrivePolicy": {
"deadLetterQueue": {
Expand Down

0 comments on commit 82df278

Please sign in to comment.