This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
defend-together/infrastructure/lambda/task_queue_manager/lambda_function.py

4 lines
77 B
Python
Raw Normal View History

2020-05-14 10:39:51 +02:00
import json
def lambda_handler(event, context):
print(json.dumps(event))