- Newest
- Most votes
- Most comments
From the console: Open the Service Quotas console. In the navigation pane, choose AWS services, and then select the service (in this case Amazon API Gateway).
Or to use the AWS CLI: Use the list-service-quotas and list-aws-default-service-quotas AWS CLI commands. For instructions, see Viewing service quotas in the Service Quotas User Guide.
https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
Also, you might find the design model shown is this blog useful: Implementing reactive progress tracking for AWS Step Functions
API Gateway quotas for configuring and running a WebSocket API
Default quota
50 milliseconds - 29 seconds for all integration types, including Lambda, Lambda proxy, HTTP, HTTP proxy, and AWS integrations.
Can be increased
No
API Gateway quotas for configuring and running a REST API
- You can't set the integration timeout to less than 50 milliseconds. You can raise the integration timeout to greater than 29 seconds for Regional APIs and private APIs, but this might require a reduction in your account-level throttle quota limit.
Relevant content
- asked 3 months ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 6 months ago
Thank you for your feedback. I increased "Maximum integration timeout in milliseconds" value, but it still does not allow me to setup timeout greater than 29 seconds in the "Integration request" tab (API Getaway console). Do you have any ideas? Thank you.
What type: HTTP, REST, WebSocket, or WebSocket callback API?
Worked for me, I was able to increase the TimeoutInMillis for my integration request, I'm using cloudFormation