Filter by email address for a topic (Amazon SES, SNS, SQS)

Viewed 19

I send messages using SES api, set up topics in SNS for email delivery notifications. I also use an SQS queue to put delivery notifications in there. Everything works for me, but I would like to have different queues for different email senders.

I assume that this can be done using a filter in Amazon SNS on a subscription that puts notifications in the SQS queue, but I can’t figure out how to do it and is it even possible for email delivery notifications, because I don’t send them, but Amazon itself, it’s unknown what are the attributes of the message sent to the SNS.

0 Answers
Related