Loading functions.tf +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ locals { "ssh", "smtp", "imap", "auth", ] function_names = [for name in local.functions : "${local.function_name_prefix}-${replace(name, "_", "")}"] } Loading src/auth.pydeleted 100644 → 0 +0 −14 Original line number Diff line number Diff line """Check the auth.shore.co.il web service.""" from utils import website_handler URLS = [ {"url": "http://auth.shore.co.il/", "codes": [301]}, {"url": "https://auth.shore.co.il/", "codes": [404]}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context") Loading
functions.tf +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ locals { "ssh", "smtp", "imap", "auth", ] function_names = [for name in local.functions : "${local.function_name_prefix}-${replace(name, "_", "")}"] } Loading
src/auth.pydeleted 100644 → 0 +0 −14 Original line number Diff line number Diff line """Check the auth.shore.co.il web service.""" from utils import website_handler URLS = [ {"url": "http://auth.shore.co.il/", "codes": [301]}, {"url": "https://auth.shore.co.il/", "codes": [404]}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context")