"""Check Kibana.""" from utils import website_handler URLS = [ {"url": "http://kibana.shore.co.il/", "codes": [301]}, {"url": "https://kibana.shore.co.il/", "codes": [302]}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context")