Is it possible to limit the AWS SES only sending one email at a time?

0

I currently have a lambda function deployed in 5 region. if there is any error occurs during the call, it will trigger AWS SES to send me an email. Now, if I brute force an error in my code and re deploy, I will receive the exactly same 5 email from those 5 lamda in different region reporting the error. I wonder if it is poosbile to make the 5 email to become just 1 email and send it to me

  • “brute force an error in my code and re deploy ...” Does your problematic code deploy in 5 regions and generate errors simultaneously? Did each region's lambda generate an error?

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ