Tobias Weber

Results 2 comments of Tobias Weber

The same here: ![image](https://user-images.githubusercontent.com/26573402/189542031-147fa671-17b1-40f3-818c-563629eb5837.png)

Thanks, working as expected with the direct function URL of the lambda function. ``` import awsgi from flask import Flask app = Flask(__name__) @app.route("/") def hello_world(): return "Hello, World!" def...