If you would like to deploy more than one service, it is indeed possible in 
App Engine. Services were previously named "modules". They do not behave 
exactly as different apps, sharing the same Datastore. You may find more 
detail on the "Overview of App Engine" documentation page 
<https://cloud.google.com/appengine/docs/standard/php/an-overview-of-app-engine>
. 

You also benefit from another option, namely to deploy your different apps 
as different versions within the same projects. This gives you up to 25 
different versions to use for deployment. You can access these different 
versions through URLs such as http://version.application-id.appspot.com , 
or https://version-dot-application-id.appspot.com in case of https.  The 
"app.yaml Reference" page 
<https://cloud.google.com/appengine/docs/standard/php/config/appref> offers 
you more insight. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c0693434-3a8a-448f-a144-04f68e6e6894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... shafeekrahul123
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to