SNS SImple Notification Service

69 단어·1 분·원문(.md)

Definition #

It is a web service that facilitates and manages message delivery to subscribed endpoints or clients. It can be seen as a Message Broker that implements MOM. The party that produces events is called a Publisher, and the party that subscribes to events is called a Subscriber.

AWS SNS leaves logs on the message delivery status for messages sent to subscribers like SQS/Lambda.

DevOps/aws/SNS.md