'AWS SES: API rate limits on calling SendEmail

I plan to send personalized emails to multiple recipients via AWS SES.

Amazon recommends here to call multiple times the SendEmail method, once for every recipient, instead of just one single call including all recipients at once. However, I'm afraid to hit some API rate limit when calling this method multiple times as they suggest.

They also state here that:

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

without specifying the actual limit for the above-mentioned methods, which I haven't been able to find somewhere else.

Does anyone know what is the actual rate limit when calling SendEmail?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source