# AWS SNS
#aws #cloud #notification
A simple service by AWS enabling users to send notifications via SMS, Push notifications, or email. It can be used to send essential automated sms to the designated users.
Suscribe and send notifications via text message, push notification,
# SNS Topics
Topics allows you to group multiple subscriptions together.
A topic is able to deliver to multiple protocols at once eg. email, text message, http/s
# SNS-Subscriptions
A subscription can only subscribe to one protocol and one topic.