in rules/customer-fc/aggregate-ram-role-last-login-expired-check-v2.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