In this recipe, we will learn how to create an SNS topic for sending emails. SNS is a managed publish/subscribe messaging service and can be used with many endpoints, such as email, SMS, Lambda, SQS, and more.
Creating an SNS topic to send emails
Getting ready
We need a working AWS account and a working email address to complete this recipe.
How to do it...
We can configure an SNS topic to send emails as follows:
- Go to the SNS service in the console.
- Click on Topics.
- Click on Create topic.
- For the Name and Display name fields, give meaningful values. I have set the...