cfn-check icon indicating copy to clipboard operation
cfn-check copied to clipboard

CloudFormation template validation tool - SUPERSEDED BY https://github.com/aws-cloudformation/cfn-python-lint

Results 9 cfn-check issues
Sort by recently updated
recently updated
newest added

The project looks great but also slightly outdated. What's the state of the project? If it's abandoned, do you know any alternative?

This is a great tool! As far as I can tell it currently only supports JSON formatted CloudFormation templates. CloudFormation also supports YAML. Any plans to add support for YAML...

`v1.2.0` was published, but the check version functionality wasn't actually referenced properly. All the checks in `lib/checks` should be added and run automatically in the future.

enhancement

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

Due to the pagination selector, [bin/scrape.js](scrape.js) gets most of the CloudFormation AWS User Guide. It should only get the resource definitions i.e. those pages with titles that match `^AWS::.*`

Validate top-level template properties (including capitalisation).

bug

Support `cfn-check init` to create a blank/valid CFN template.

maybe