From 4e8052dd420e3a33faf8d8955cdf11421034637f Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 3 Dec 2022 12:30:05 +0000 Subject: [PATCH] Last Sync: 2022-12-03 12:30:05 --- DevOps/AWS/AWS_Messaging_services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DevOps/AWS/AWS_Messaging_services.md b/DevOps/AWS/AWS_Messaging_services.md index cde53c5..43cde3f 100644 --- a/DevOps/AWS/AWS_Messaging_services.md +++ b/DevOps/AWS/AWS_Messaging_services.md @@ -21,3 +21,5 @@ An example application of this would be to set up an SQS queue that receives mes > 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. + +**SNS pushes messages out to subscribers while SQS stores the messages until someone reads them.**