[cfn-include] Should treat numbers as valid strings #9784
Labels
@aws-cdk/cloudformation-include
Issues related to the "CFN include v.20" package
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
Milestone
As it turns out, you can provide a number to a CloudFormation property that expects a string, and it will be converted appropriately.
We should have the same behavior in
cloudformation-include
.Probably should only require adding some logic to the
getString()
function incfn-parse.ts
, plus a unit test of course.The text was updated successfully, but these errors were encountered: