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 Answers
2
Accepted Answer

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
EXPERT
Uri
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • 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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions