in rules/customer-fc/vpc_flow_logs_enabled.py [0:0]
def parse_json(content): try: return json.loads(content) except Exception as e: logger.error('Parse content:{} to json error:{}.'.format(content, e)) return None