Run Google App Engine application with microservice
问题 I have a one big monolith application, and now its time to separate some modules to micro services! I read a lot about pub/sub and microservices in Google docs, but can't find answers to my questions: How app.yaml file looks like for my module(microservice)? How app.yaml looks like for my app?(I mean, with microservice) Where I need to declare this module - in application app.yaml or in both app.yaml? How can I use single datastore with my app and my module? My app.yaml now looks like: