From the course: Hands-On Development in AWS

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Emailing and texting using SNS

Emailing and texting using SNS

- I'm going to give a quick demonstration of sending an email using Simple Notification Service. Here in the Simple Notification Service web console, I'm going to go to topics and I'm going to create a topic called, it's a standard topic called ADGUTopic, and our display name will be State of the World. We have further settings for encryption, access policy, delivery retry policy, status logging and tags. We're going to leave all of that default, and I have no subscribers so I could publish to this topic. However, I have no subscribers, so let's create a subscription. This will be an email subscription, and I'm going to send an email to nick@awsdev.guru. And here's our subscription filter policy as well as a redrive policy. We'll click on create subscription. Now, it is important to understand that SNS complies with anti-spam laws, so that email subscription that I just added, the user does need to confirm that they do want to subscribe. I'm going to pull up that email right now. This…

Contents