6 lines
84 B
Python
6 lines
84 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
|
||
|
def handler(event, context):
|
||
|
return {"statusCode": 200}
|