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
已提问 1 年前293 查看次数
1 回答
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
支持工程师
已回答 1 年前

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

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

回答问题的准则

相关内容