This commit is contained in:
Edward Viaene
2018-08-30 09:43:27 +00:00
parent c17eb34c74
commit 8195b59e6c
5 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
def hello(event, context):
print event
return event['data']