Api Gateway with Lambda Integration Failure

0

Most of time the request becomes success where my backend is deployed in Lambda and request is made through client to API gateway to Lambda. Randomly, Api gateway shows HTTPError **500 Internal server error INTEGRATION_FAILURE. **I looked cloudwatch and X ray but couldnot figure out what is causing this. Out of 1000 requests, sometimes 400 requests are success with 200 and remaining requests with Internal server error.

2回答
0

I would recommend enabling execution logs on API Gateway and check the logs there for any failures. I would guess that it has something to do with the format of the response being sent from the Lambda function.

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

This problem is solved by increasing quota for concurrency.

回答済み 2年前

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

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

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

関連するコンテンツ