Throttling Error in lambda

0

I have created a custom widget for log insight query.when is refresh and try to reload I am getting the below error sometimes. Do I need to change any configuration settings in lambda function.

{ "message": "Rate exceeded", "code": "ThrottlingException", "time": "2022-09-15T04:52:02.796Z", "requestId": "312412399-758e-4729-9c41-dbaacac1a82e5b", "statusCode": 400, "retryable": true }

質問済み 2年前223ビュー
1回答
0

Please take a look at the Lambda quotas page - https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html

In particular, note this message:

Important New AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.

It is possible that you are running into account level quotas for lambda. Please request increases in quotas for your account or work with AWS support.

profile pictureAWS
エキスパート
回答済み 2年前

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

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

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

関連するコンテンツ