aws-cdk-lib: DynamoAttributeValue.booleanFromJsonPath synthesizes incorrectly #31448
Labels
aws-cdk-lib
Related to the aws-cdk-lib package
bug
This issue is a bug.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p3
Describe the bug
DynamoAttributeValue.booleanFromJsonPath
synthesizes to invalid CloudFormation template. Attempting to deploy code that includesDynamoAttributeValue.booleanFromJsonPath
results in the following error:Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
DynamoAttributeValue.booleanFromJsonPath
can be deployed.DynamoAttributeValue.booleanFromJsonPath
synthesizes correctly toCurrent Behavior
DynamoAttributeValue.booleanFromJsonPath
cannot be deployed.DynamoAttributeValue.booleanFromJsonPath
synthesizes toReproduction Steps
cdk deploy
The deployment should fail with the following error:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.158.0 (build 4b8714d)
Framework Version
No response
Node.js Version
v20.14.0
OS
Ubuntu-22.04 (WSL)
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: