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
gefragt vor einem Jahr293 Aufrufe
1 Antwort
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
SUPPORT-TECHNIKER
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen