Integration Timeout Limit of API gateway
I am using API Gateway REST API, however I noticed that there is 30 seconds timeout when using Lambda as backend. How can I execute lambda longer than 30 seconds? One option would be to have a Lambda function behind the API to handle requests asynchronously. This would allow Lambda to immediately respond with a success response 202 (Accepted) to…
Read More »