Adding cloudformation-validate. Cfn-lint does the heavy lifting.

This commit is contained in:
adam davis 2018-11-02 16:04:17 -07:00
commit b66965e6e8
6 changed files with 181 additions and 1 deletions

View file

@ -24,6 +24,7 @@ install_requires = [
"jsondiff==1.1.1",
"aws-xray-sdk<0.96,>=0.93",
"responses>=0.9.0",
"cfn-lint"
]
extras_require = {