mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Merge pull request #612 from apexkid/master
Removing gotcha from sqs regarding lambda
This commit is contained in:
commit
119ee9436c
1 changed files with 0 additions and 1 deletions
|
@ -2124,7 +2124,6 @@ SQS
|
||||||
- 🔸 FIFO Queues cannot subscribe to an SNS topic.
|
- 🔸 FIFO Queues cannot subscribe to an SNS topic.
|
||||||
- 🔸 Standard Queues can deliver duplicate messages regardless of the visibility window. If only-once delivery is your only choice, then use FIFO queues, or build an additional layer to de-dupe the messages.
|
- 🔸 Standard Queues can deliver duplicate messages regardless of the visibility window. If only-once delivery is your only choice, then use FIFO queues, or build an additional layer to de-dupe the messages.
|
||||||
- 🔸 You can send/receive messages in batch, however, there can only be maximum of 10 messages in a batch.
|
- 🔸 You can send/receive messages in batch, however, there can only be maximum of 10 messages in a batch.
|
||||||
- 🔸 SQS cannot be directly used as a trigger for Lambda functions.
|
|
||||||
|
|
||||||
|
|
||||||
SNS
|
SNS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue