API getaway timeout limit

0

Could you help me to find out how can I increase API gateway timeout limit on more than 29 seconds, please? According to the following articles it is possible, but I can not figure out how to do it. Currently, it allow up to 29 seconds only. https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-api-gateway-integration-timeout-limit-29-seconds/ https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html#api-gateway-execution-service-limits-table

2 Answers
3

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

AWS
answered 9 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

1

API Gateway quotas for configuring and running a WebSocket API

Enter image description here

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

Enter image description here

  • 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.
profile picture
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions