From 402cb9568f246ff10ebdd67e7935eb39132a7f12 Mon Sep 17 00:00:00 2001 From: m1ke Date: Tue, 24 Jul 2018 15:21:42 +0100 Subject: [PATCH] Remove quote about sns lambda vs sqs not lambda --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cf90562..0592246 100644 --- a/README.md +++ b/README.md @@ -2147,7 +2147,6 @@ SNS - After processing, the SQS message is deleted from the queue by the subscriber to avoid being re-processed. - An SNS message is *pushed* to all subscribers of the topic at the same time, and is not available for deletion at the topic. - SNS supports multiple transport protocols of delivery of the messages to the subscribers, while SQS subscribers have to pull the messages off the queue over HTTPS. - - SNS can be used to trigger lambda functions, while SQS cannot. ### SNS Tips