Validates CloudFormation templates against AWS specifications
Validate CloudFormation templates against the CloudFormation spec
cfn-lint$ cfn-lint template.yaml$ cfn-lint -f json template1.yaml template2.yaml$ cfn-lint template.yaml --ignore-checks W3002 E3012