troposphere/apigateway changes

47 views
Skip to first unread message

Billy McLean

unread,
Jul 30, 2024, 1:38:11 PM7/30/24
to cloudtools-dev
Hello. 

I have created a Merge Request to increase the upper limit of the validate_timeout_in_millis function in apigateway.py and apigatewayv2.py from 29,000 to 900,000. This is in response to the change AWS has made which allows the maximum to greater than 29,000: https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-api-gateway-integration-timeout-limit-29-seconds/

Since there is now no documented upper limit for this value, I decided it was logical to set it to the same upper limit as a Lambda Function, which is 900,000.

The MR can be seen here: https://github.com/cloudtools/troposphere/pull/2258

PS: Mark, if you see this, I attempted to respond to you directly, but the message would not post properly. I assume it is because I deleted the original message when I realized my mistake in creating a branch instead of a fork.

Billy McLean

unread,
Jul 31, 2024, 11:33:30 AM7/31/24
to cloudtools-dev
After receiving guidance from a colleague, I have removed the upper limit and instead changed the validator to only confirm that the value is an integer, and that it is greater than 50. 
Reply all
Reply to author
Forward
0 new messages