martysweet / cfn-lint

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

Fixes invalid parameterized type resolution for properties containing nested aggregate types. #208

Closed RazzM13 closed 5 years ago

RazzM13 commented 5 years ago

Ref #207.

martysweet commented 5 years ago

Good stuff @RazzM13, can you add a test definition for that 207 yml which has been added?

RazzM13 commented 5 years ago

Hey @martysweet, very nice catch with this! apparently, the issue was still present and I was under the impression that it was working perfectly... this is certainly a clear sign of dementia on my part :) Anyway, please have another look and hopefully I haven't blundered up something again.

martysweet commented 5 years ago

Looks good!