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 回答
2
已接受的回答

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
专家
Uri
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • 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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则