Versent / cfn-check

CloudFormation template validation tool - SUPERSEDED BY https://github.com/aws-cloudformation/cfn-python-lint
MIT License
29 stars 2 forks source link

Automate resource updates #9

Open rowanu opened 8 years ago

rowanu commented 8 years ago

Whenever new CFN Resource support is added/updated, I need to update bin/scrape's number of resources, do npm run scrape and then commit/bump the version number (and run npm publish).

It would be nice if this was at least just a one-liner... and ideally it it would just run daily (but would need #1 to be fixed too).

rowanu commented 8 years ago

Potentially could use http://vstoolkit.amazonwebservices.com/CloudFormationSchema/CloudFormationV1.schema, but this sounds like this is sometimes out of date too (as the docs can be as well).

rowanu commented 7 years ago

Replace this with http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html