mapbox / cloudfriend

Helper functions for assembling CloudFormation templates in JavaScript
ISC License
69 stars 9 forks source link

cloudfriend is incompatible with cfn-lint > 0.51.0 #129

Closed bilindhajer closed 1 year ago

bilindhajer commented 2 years ago

cfn-lint (a python package) is used for tests in cloudfriend, any version > 0.51.0 causes tests to break. Currently it is hardcoded to 0.51.0 (https://github.com/mapbox/cloudfriend/blob/master/.travis.yml#L6), this ticket is for doing the necessary work to get the tests working with the latest version of cfn-lint.