Merge pull request #1921 from adamdavis40208/cloudformation-validate-spike

Adding cloudformation-validate. Cfn-lint does the heavy lifting.
This commit is contained in:
Steve Pulec 2018-12-28 20:39:00 -05:00 committed by GitHub
commit 8ba1a09c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 181 additions and 1 deletions

View file

@ -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 = {