2019-10-29 18:45:50 +08:00

8 lines
107 B
Python

# -*- coding: utf8 -*-
def main_handler(event, context):
print(str(event))
return "hello world"