1
0
Fork 0
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:
Corey Quinn 2018-07-13 13:55:02 -07:00 committed by GitHub
commit 119ee9436c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2124,7 +2124,6 @@ SQS
- 🔸 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.
- 🔸 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