in functions/simple/simple.py [0:0]
def do_health_check(func_name, alias_name, version): # implement custom health checks here (i.e. invoke, cloudwatch alarms, etc) return check_errors_in_cloudwatch(func_name, alias_name, version)