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 réponses
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
EXPERT
répondu il y a 8 mois
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
EXPERT
répondu il y a 8 mois
profile pictureAWS
EXPERT
vérifié il y a 8 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions