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?

Mauro
已提問 1 年前檢視次數 231 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南