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"