Michael Atkinson
Michael Atkinson
I don't think the goal should be proving compliance. I see that as far more complicated than static code analysis can handle. There are so many variables to include stack...
My own wishlist item would be for the AWS CloudFormation team to open-source the encoder/decoder used by the service itself. I think there would be a lot of benefits from...
I've adopted the pattern of isolating my CloudFormation templates to a separate folder for a similar reason (e.g. to avoid errors running `cfn-lint` on an Ansible playbook). I don't like...
Agreed @kddejong, it would be impossible to know whether missing `Ref`s or other errors were legitimate without evaluating macros. Though we want to minimize network requirements, I think it is...
@cmmeyer brings up an interesting point regarding CI. It may happen that the file used for the `Include` is not in the same path/repository or was even developed by the...
@spockninja I can get on board with that approach. It won't fit all use cases but it makes a reasonable effort while avoiding IAM and network dependencies.
Sounds like what you would have to do today to have this behave the way you are describing is create a wrapper around the `cfn-lint` call that catches error codes...
Please publish to DockerHub :pray:
@frank-weinberg are you a repository maintainer/admin or do you know who is?
How does one get access to the Slack server? 👀