I believe the url should be the relative url of your site. The script should be run by a python function, not a file name. Therefore, your app.yaml should be.
handlers: - url: /backend script: mybackend.myfunction login: admin
Your backend and frontend instances use the same handlers; there is no way to distinguish between them.
source share