From b370d8d381f9591830641eb70c94047290e360a5 Mon Sep 17 00:00:00 2001 From: Aditya Chaturvedi Date: Sat, 14 Jul 2018 01:23:27 +0530 Subject: [PATCH] Removing gotcha from sqs regarding lambda SQS can now be used as a lambda trigger. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4df2db7..a4b5782 100644 --- a/README.md +++ b/README.md @@ -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