You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi
Similar to an accounting software with multiple modules each with distinct codes and data access...is there any way of using GAE services (or microservices or prev modules) as modules all linked to a "default" (in app.yaml) module ? The documentation seems to suggest that each services are distinct and cannot be linked unless via REST.
Any input is appreciated.
Thanks
Andrew Cooper
unread,
Apr 23, 2021, 3:42:53 AM4/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 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.