Merge pull request #1921 from adamdavis40208/cloudformation-validate-spike
Adding cloudformation-validate. Cfn-lint does the heavy lifting.
This commit is contained in:
commit
8ba1a09c0d
6 changed files with 181 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -37,6 +37,7 @@ install_requires = [
|
|||
"jsondiff==1.1.2",
|
||||
"aws-xray-sdk!=0.96,>=0.93",
|
||||
"responses>=0.9.0",
|
||||
"cfn-lint"
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue