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 }

asked 2 years ago216 views
1 Answer
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
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions