commit 3b4a5624efbb910db270c8ce952eeb7ac2854565 Author: Alexander "PapaTutuWawa Date: Sun Sep 21 01:34:00 2025 +0200 Test function diff --git a/main.py b/main.py new file mode 100644 index 0000000..bb9925c --- /dev/null +++ b/main.py @@ -0,0 +1,9 @@ +def handler(request): + print(f"Got headers: {request.headers}") + + return { + "body": { + "source": "function", + "message": "Fuck you", + }, + } \ No newline at end of file