Re: [google-appengine] Re: GAE Microservices

2021-04-27 Thread wesley chun
Hi Mukesh, in addition to my colleague Andrew's recommendations, I'll add the following: 1. You inquired about microservices. We have a Python 2 *App Engine microservices architecture* document that

[google-appengine] Re: GAE Microservices

2021-04-25 Thread mukesh raj dass
Hi Appreciate the feedback. I am using Standard environment in Python 3.7. I need to create a URL for services that can only be access from inside the application after login authentication. The services will be modules that will available. It cannot be accessed from outside the

[google-appengine] Re: GAE Microservices

2021-04-23 Thread 'Andrew Cooper' via Google App Engine
Which documentation are you following? Are you thinking of using GAE Flex or GAE Standard? I have added a couple of links that you might find interesting that details how requests are routed in GAE. Please note, this is for Python but the concept is the same for other languages. -

[google-appengine] Re: GAE MIcroServices

2021-04-23 Thread 'Andrew Cooper' via Google App Engine
Which documentation are you following? Are you thinking of using GAE Flex or GAE Standard? I have added a couple of links that you might find interesting that details how requests are routed in GAE. Please note, this is for Python but the concept is the same for other languages. - How