in functions/main.py [0:0]
def hello(req: https_fn.Request) -> https_fn.Response: return https_fn.Response("Hello world!") return jsonify({ 'answer': 'hello' })