Using SES, SNS and DynamoDB

0

I would like to update information in a DynamoDB table when a domain has requested verification or been verified, and I based on my research I think Amazon SNS is the key to do it.

Basically I need a listener to activate when a domain is verified in SES. Is there a way I could use Amazon SNS or another Amazon service to update a table in DynamoDB when a domain in SES is verified?

2 個答案
1

Hi,

As said by other, I don't believe that there is the direct EventBridge that you're looking for.

By, you can build something delivering what you need:

EventBridge scheduler is detailled here: https://docs.aws.amazon.com/eventbridge/latest/userguide/scheduler.html

You can sophisticate this workflow by only activating the scheduler when you introduce a new domain, which needs verification, in your DDB. So, in that case, you would need to add a DDB trigger on updates to your domain table.

DDB triggers: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.Lambda.html

Best,

Didier

profile pictureAWS
專家
已回答 8 個月前
0

Hi,

AFAIK, neither SES nor EventBridge have the event you are looking for. You have only the option to perform an API call to check the domain verification status and perform corresponding changes.

profile picture
專家
已回答 8 個月前
profile pictureAWS
專家
已審閱 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南