Last Sync: 2022-12-03 12:30:05

This commit is contained in:
tactonbishop 2022-12-03 12:30:05 +00:00
parent 925968024a
commit 4e8052dd42

View file

@ -21,3 +21,5 @@ An example application of this would be to set up an SQS queue that receives mes
> SNS: Simple Notification Service > SNS: Simple Notification Service
Similar to SQS but the focus is on notifications rather than messages, i.e events that fire when something specific happens, not just a message-send event. It can be used for passing notifications between applications or to persons through SMS, text, push notifications and email. Similar to SQS but the focus is on notifications rather than messages, i.e events that fire when something specific happens, not just a message-send event. It can be used for passing notifications between applications or to persons through SMS, text, push notifications and email.
**SNS pushes messages out to subscribers while SQS stores the messages until someone reads them.**