Go to file
2025-04-30 17:27:43 +00:00
main.py Automatic push from FunctionsAPI 2025-04-30 17:27:43 +00:00
README.md Automatic push from FunctionsAPI 2025-04-30 17:27:43 +00:00
requirements.txt Automatic push from FunctionsAPI 2025-04-30 17:27:43 +00:00

"Function called with request: {request}")

data = request.get_json(force=True)

logging.info(f"Received data: {data}") return {"result": data.get("a", 0)+data.get("b", 0)}# python hello-world