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

@ -27,7 +27,7 @@ class BatchResponse(BaseResponse):
elif not hasattr(self, '_json'):
try:
self._json = json.loads(self.body)
except json.JSONDecodeError:
except ValueError:
print()
return self._json