mapbox / cloudfriend

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

Remove AWS API reliance during CI tests #126

Closed rclark closed 3 years ago

rclark commented 3 years ago

Before this commit, every time we ran Travis CI builds, we'd pass a bunch of shortcut-outputs through a cloudformation:ValidateTemplate API call. This PR replaces those calls with running cfn-lint.

So we're doing better validation now, without needing the AWS Access.