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 Answers
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
EXPERT
Uri
answered 2 years ago
0

This problem is solved by increasing quota for concurrency.

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