martysweet / cfn-lint

A CloudFormation JSON and YAML Validator
MIT License
163 stars 38 forks source link

Compartmentalized `Fn::Sub` into two distinct units, `doIntrinsicSub`… #199

Closed RazzM13 closed 5 years ago

RazzM13 commented 5 years ago

… that handles input validation and parseFnSubStr that handles placeholder value parsing.

RazzM13 commented 5 years ago

An attempt at enhancing the testability of the Fn::Sub validation logic, in relation to PR #197.