API Gateway 504 timeout
I have a lambda function as backend in my API Gateway and got the timeout error (504) as the lambda function completes longer than 29 seconds. I want to know how to handle this situation. As per the documentation, this integration timeout limit is a hard limit which means it can’t be increased unfortunately. However there is a workaround by…
Read More »