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