in cloudformation/lambda_backup.py [0:0]
def check_response(response_json):
try:
if response_json['ResponseMetadata']['HTTPStatusCode'] == 200:
return True
else:
return False
except KeyError:
return False