Skip to content
Snippets Groups Projects
Commit f8c53b16 authored by nimrod's avatar nimrod
Browse files

Check notify.shore.co.il.

parent 69ad28a2
No related branches found
No related tags found
No related merge requests found
Pipeline #1307 passed
from utils import check_urls
def handler(event, context): # pylint: disable=unused-argument
"""Lambda event handler."""
checks = [
{"url": "http://notify.shore.co.il/", "codes": [301, 302]},
{"url": "https://notify.shore.co.il/ping"},
]
check_urls(checks)
if __name__ == "__main__":
handler("event", "context")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment