Maxim Ermilov
Maxim Ermilov
> google.appengine.ext.builtins.InvalidBuiltinName: I can't reproduce this. Did you change something in app.yaml?
> && bazel-bin/experiment/toy_app/toy_app_deploy.sh instead should be `bazel run experiment/toy_app:toy_app.deploy` Also: - add application/version into app.yaml - path to main.app should be relative to project root. i.e. "script: experiment.toy_app.main.app"
> Oh got it, I need //experiment/toy_app:toy_app.deploy as the target yes. Without ".deploy" suffix, it will run your app locally.
yaml configs are symlinked to relevant directory(have to be specified in configs for build target). But imports have to be relative to top level directory. So in your case app.yaml...
Usage example: https://github.com/google/cauliflowervest/blob/master/cauliflowervest/server/app.yaml