Send Messages from SQS to SES

0

Hi Team, Is it possible to send messages from SQS to SES, is there any configurations in the console. Currently I am working in the ireland region, and have created a topic, while subscribing the only option i have found is Amazon SQS, but I want to send an email. So please help me if there is a way to send messages from SQS to SES in console

2 Antworten
2
Akzeptierte Antwort

There is no direct integration betweenSQS and SES. You can trigger a Lambda function from SQS to send the message to SES, or you can use EventBridge Pipes to trigger a Step Functions state machine that will use an SDK integration with SES (if you do not want to write any code).

profile pictureAWS
EXPERTE
Uri
beantwortet vor einem Jahr
profile pictureAWS
EXPERTE
überprüft vor einem Jahr
  • Okay,thanks for letting me know:)

0

Hi Pavithra, thanks for sharing your question. The AWS Specialized Solutions Architect team maintain a list of reference architectures in GitHub that you can use as reference for your scenario. Please check if this architecture fits your needs: https://github.com/aws-samples/communication-developer-services-reference-architectures/tree/master/SES_Pinpoint_Messages_Queuing

Best.

AWS
bruno_g
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen