Skip to content

Commit

Permalink
docs: updated sqs binding readme file (asyncapi#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
gokerakc authored Sep 18, 2023
1 parent a7f7f64 commit 85b0037
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ channels:
sqs:
queue:
name: user-signedup-queue
type: standard
fifoQueue: false
receiveMessageWaitTime: 4
redrivePolicy:
deadLetterQueue:
Expand All @@ -143,7 +143,7 @@ channels:
deadLetterQueue:
name: user-signedup-dlq
messageRetentionPeriod: 1209600
type: standard
fifoQueue: false
subscribe:
operationId: sendMessage
description: sends messages when a user has signed up
Expand Down Expand Up @@ -218,7 +218,7 @@ channels:
sqs:
queues:
- name: user-signedup-queue
type: standard
fifoQueue: false
receiveMessageWaitTime: 4
policy:
statements:
Expand All @@ -230,7 +230,7 @@ channels:
action: Sqs:ReceiveMessage
- name: user-signedup-dlq
messageRetentionPeriod: 1209600
type: standard
fifoQueue: false
```
<a name="message"></a>
Expand Down

0 comments on commit 85b0037

Please sign in to comment.