(apigateway.RequestAuthorizer): (Removing Cache TTL does not reset to default value of 300s) #27826
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
If you create a custom authorizer and set resultsCacheTtl to any value other then 300s, then later remove the property, I would expect it to reset to the default of 300s. Instead, it remains at the latest set value.
Expected Behavior
TTL is reset to the default value of 300s
Current Behavior
TTL remains at the previously set value
Reproduction Steps
Reproduction Steps:
Deploy this, then change it to
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.96.2
Framework Version
No response
Node.js Version
16.19.1
OS
MacOS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: