refined-church-67099
10/31/2024, 10:44 AMaws.apigatewayv2.Integration
resource, Pulumi throws an error stating that the timeout must be between 50 ms and 30,000 ms.
I've confirmed the increased timeout with AWS Support, and they recommended I update my infrastructure to reflect this. It seems that Pulumi is validating the timeout based on the default limits, not the updated configuration.
Could you advise on how to bypass or override this validation in Pulumi, or if there's an alternative approach to set the timeout to 180,000 ms directly within Pulumi?
Thanks in advance for any guidance!quick-house-41860
10/31/2024, 10:54 AMapigatewayv2.Integration
.
Can you try setting that timeout via the AWS CLI or API to confirm the limit increase has been applied to your account?
I'm a bit surprised that they actually performed a limit increase here because they mentioned in their docs that the integration timeout cannot be changed: https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.htmlquick-house-41860
10/31/2024, 10:55 AMrefined-church-67099
10/31/2024, 10:57 AMquick-house-41860
10/31/2024, 10:58 AMrefined-church-67099
10/31/2024, 11:00 AMquick-house-41860
10/31/2024, 11:01 AMrefined-church-67099
10/31/2024, 11:08 AM