intuit / cfn-deploy

A useful GitHub Action to help you deploy cloudformation templates
MIT License
15 stars 24 forks source link

CFN Syntax checker #10

Closed mridhul closed 4 years ago

mridhul commented 4 years ago

Good to have a cloudformation syntax checker before deploying

The default cloudformation syntax checker is sufficient https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-validate-template.html

sagarwala commented 4 years ago

@mridhul I would like to take this up.