AWS SES SNS SQS Lambda 2 – Screens

1. Verify Domain by adding in DNS routing
2. After Verified – Click Domain / Mail id – Go to Notification Tab – Click Edit
3. Create SNS Topics (Bounce, Complaints, Delivery ARN)
4. This SNS need a subscriber it can be email / SQS / Lambda ….etc any protocol
5. Next create a Queue that Queue going to be a Subscription of the SNS topic
6. From the Queue create a subscribe to SNS topic (select a topic)
7. Next Queue can trigger a lambda, so go to lambda tab , configure lambda trigger (Select lambda function)

Ref

SNS - Mail
============
1.Topic
2.Subcription
3.Public Message

Applications->Topic->Message->Supscribe -> Mail
1.Create Topic
2. Create Supscribtion (Email-Mail Id)
		-Check Mail -Click - Confirm
3. Publish Message

	 |- Email Supscribe
SNS -
	 |- SQS Supscribe
SQS - SNS
=========
1. Create Topic
2. Create SQS
		- Supscribe to SNS Topic
3. Go to SQS
		- Click Send & Receive Msgs - Poll for messages

Leave a Reply

Your email address will not be published. Required fields are marked *