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:
parent
0c2f3706c0
commit
b370d8d381
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue