Description
Amazon API Gateway now enables customers to increase their integration timeout beyond the prior limit of 29 seconds. This setting represents the maximum amount of time API Gateway will wait for a response from the integration to complete. You can raise the integration timeout to greater than 29 seconds for Regional REST APIs and private REST APIs, but this might require a reduction in your account-level throttle quota limit. With this launch, customers with workloads requiring longer timeouts, such as Generative AI use cases with Large Language Models (LLMs), can leverage API Gateway.
Currently in Terraform we need update the range from lower limit as 50 milliseconds and upper limit can be 3,00,000 milliseconds
Affected Resource(s) and/or Data Source(s)
aws_api_gateway_integration
Potential Terraform Configuration
No response
References
AWS Documentation
Would you like to implement a fix?
Yes
Description
Amazon API Gateway now enables customers to increase their integration timeout beyond the prior limit of 29 seconds. This setting represents the maximum amount of time API Gateway will wait for a response from the integration to complete. You can raise the integration timeout to greater than 29 seconds for Regional REST APIs and private REST APIs, but this might require a reduction in your account-level throttle quota limit. With this launch, customers with workloads requiring longer timeouts, such as Generative AI use cases with Large Language Models (LLMs), can leverage API Gateway.
Currently in Terraform we need update the range from lower limit as 50 milliseconds and upper limit can be 3,00,000 milliseconds
Affected Resource(s) and/or Data Source(s)
aws_api_gateway_integration
Potential Terraform Configuration
No response
References
AWS Documentation
Would you like to implement a fix?
Yes