[google-appengine] Re: [app-engine] multiple app.yaml files

2018-04-10 Thread Jason Yoon
"The app.yaml file must be located in your application's root directory. You may check this detail and general app.yaml-related information on the "Configuring your App with app.yaml" documentation page

[google-appengine] Re: NDB urlsafe keys and REST api requests

2018-04-09 Thread Jason Yoon
Sure, here is the context for my question. I have a frontend angular client that is deployed in a separate front-end service and calls another back-end service which returns appropriate JSON data back to the angular client. As part of this process, the backend (built off python) uses the App

[google-appengine] NDB urlsafe keys and REST api requests

2018-04-06 Thread Jason Yoon
I was wondering what others are doing to expose REST api endpoints with the datastore. I want to use urlsafe keys but 1 - I'd rather not pass this data directly as it poses a security risk, and 2 - the keys that are generated are very long and would not be great when multiple need to be passed