fix(core): prevent the error when the condition is split into groups of 10 and 1 in `Fn.conditionOr()` by wafuwafu13 · Pull Request #25708 · aws/aws-cdk

Closes #25696 The problem I'm running into is for a list of 11 elements. CDK generates two Fn::Or expressions: One with 10 elements and one with 1 element. When deployment this stack, CloudFormati...