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
preguntada hace un año231 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas