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_handler.py

4 lines
77 B
Python

import json
def lambda_handler(event, context):
print(json.dumps(event))