def health()

in app.py [0:0]


def health():
    """
    Health check endpoint for the load balancer to poll
    """
    return "All good !"