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 }

demandé il y a 2 ans222 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions