1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-03-09 15:40:06 +00:00

Removing gotcha from sqs regarding lambda

SQS can now be used as a lambda trigger.
This commit is contained in:
Aditya Chaturvedi 2018-07-14 01:23:27 +05:30 committed by GitHub
parent 0c2f3706c0
commit b370d8d381
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