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 年前檢視次數 1990 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南