2 Answers
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 years ago
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-troubleshooting-lambda.html
Is this what you're referring to or something different?
I have enabled execution logs on Rest API gateway. While I send 500 requests through locust for same endpoint, more than 60 % comes HTTP 500 error and remaining only success. Here is the error log IP ADDRESS- - [05/Jan/2022:02:05:59 +0000] "POST /{proxy+} HTTP/1.1" 500 ID-Internal server errorINTEGRATION_FAILURE
I have followed the link you shared and above error comes.