SES feedback verification

0

I am currently developing an application that sends emails based on events. For this purpose, I am utilizing AWS SES as the email sending service, as it allows for the inclusion of an HTML body and potential attachments.

The email is sent via a lambda function, which first places it in an SQS queue, and subsequently forwards it to SES.

Is it feasible to obtain feedback regarding the successful handling of the email by SES? Alternatively, could I query SES after a specified number of minutes to confirm that the email has been processed?

1 回答
1

You can set up SES Event Publishing, to publish events to one or more of the following destinations: Amazon CloudWatch, Amazon Kinesis Data Firehose, Amazon Pinpoint, Amazon Simple Notification Service (Amazon SNS).

You could, for example, publish events to a Kinesis Data Firehose, which writes the events to an Amazon S3 bucket. You could then query the events using Amazon Athena.

AWS
MattK
已回答 1 年前

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

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

回答问题的准则