SES - API TestRenderTemplate

0

I found that the SES API has this TestRender Template feature, I need to fetch the API and get the template with replacement data.

The docs specify the following: You can execute this operation no more than once per second.

Could be any problem using this API on a production env or was not built for this kind of things?

What I want to achieve is to get the template and send an email + attachments with the SendRawEmailAsync API

Pavel
preguntada hace un año293 visualizaciones
1 Respuesta
0

If used in production you cannot exceed a TPS of 1 with TestRenderTemplate irregardless of your account TPS

All actions (except for SendEmail, SendRawEmail, and SendTemplatedEmail) are throttled at one request per second.

https://docs.aws.amazon.com/ses/latest/dg/quotas.html#quotas-api

You can use SendRawEmail up to the account limit

AWS
INGENIERO DE SOPORTE
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