AWS SNS Articles and Tutorials

SNS - Amazon Simple Notification Service Articles and Tutorials.

Learn how Python/Django projects can leverage SNS in their workflow.

Through SNS you can receive messages about SES events like email gets delivered, bounced or complaint received.

You can also subscribe to various infrastructure notifications about your AWS Services.

You can also send messages through SNS and receive them in multiple apps as well as create notifications to send to end-user devices.

Top