aws_apigateway: mtLS Config requires a version #30859
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
When configuring mTLS for API Gateway and the truststore 'version' property is omitted on a Bucket with versioning enabled or disabled, the following error is thrown:
Expected Behavior
If the property 'version' is omitted, the default value 'latest version' should be applied.
Current Behavior
Error thrown at deploy time:
Reproduction Steps
Create Bucket (doesn't exist yet at deployment time):
Create REST API:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.149.0
Framework Version
No response
Node.js Version
v18.19.0
OS
MacOS 14.5 (23F79) - Sonoma
Language
TypeScript
Language Version
TypeScript (5.4.5) | Python (3.12.4)
Other information
No response
The text was updated successfully, but these errors were encountered: