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

Merge pull request #618 from M1ke/modify-sqs-vs-sns-lambda

Remove quote about sns lambda vs sqs not lambda
This commit is contained in:
Corey Quinn 2018-07-24 11:08:50 -04:00 committed by GitHub
commit b90c766fd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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. - 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. - 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 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 ### SNS Tips