From 496fafa17299e77c43d4d922e3a4e744124c8c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 26 Apr 2019 15:34:48 +0200 Subject: [PATCH] Create helloget.py --- functions/helloget.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 functions/helloget.py diff --git a/functions/helloget.py b/functions/helloget.py new file mode 100644 index 0000000..594c6e3 --- /dev/null +++ b/functions/helloget.py @@ -0,0 +1,2 @@ +def foo(event, context): +return "hello world"