Adding cloudformation-validate. Cfn-lint does the heavy lifting.
This commit is contained in:
parent
71a054af92
commit
b66965e6e8
6 changed files with 181 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue