Test function

This commit is contained in:
PapaTutuWawa 2025-09-21 01:34:00 +02:00
commit 3b4a5624ef

9
main.py Normal file
View File

@ -0,0 +1,9 @@
def handler(request):
print(f"Got headers: {request.headers}")
return {
"body": {
"source": "function",
"message": "Fuck you",
},
}