1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-13 10:21:57 +00:00

Remove quote about sns lambda vs sqs not lambda

This commit is contained in:
m1ke 2018-07-24 15:21:42 +01:00
parent fd3aee9333
commit 402cb9568f

View file

@ -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