"""Check the Vouch service.""" from utils import website_handler URLS = [ {"url": "http://vouch.shore.co.il/", "codes": [301]}, {"url": "https://vouch.shore.co.il/validate", "codes": [401]}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context")