You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP API integrations have 5000ms default timeout versus 29000ms on REST API. There should be a way to set timout per integration since 5000ms is simply too low for some cases.
Proposal
It would be perfect if timeout could be configured per API event in function definitions. In Cloudformation AWS::ApiGatewayV2::Integration and AWS::ApiGateway::Method->Integration allows setting TimeoutInMillis. Maybe this could be set in each API/HttpApi events?