Currently that is not possible. You will need to find novel ways around it.
For SocialPage.me we push static files to S3 and then use a custom API which talks to our App Engine app when we need dynamic functionality (e.g. for contact form submission: http://cafeico.com/contact ). There is probably a feature request for such a domain API in the issue tracker which you can star to express your interest. Nick On 25/06/2016 1:30 AM, "Gitted" <[email protected]> wrote: > Hello, > > How are you suppose to use app engine when it doesn't support custom > domains? > > For example, say I build a CMS SaaS product where my customers (thousands > and thousands of them) will want to use their own custom domain which will > point to my backend service. > > In order for this to work, App Engine has to have an Domain API so I can > tell app engine to allow this domain to connect to my service. > > Example: > www.customer1.com will create an A-record to point to my service which > is hosted on app-engine. > > There will be tens of thousands of these domains since this is a SaaS > application. > > > This is currently not possible correct? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/bf7022a2-70be-4e89-b50d-b17e8117eb2f%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/bf7022a2-70be-4e89-b50d-b17e8117eb2f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAOj3zuDB%3D-9RPVroR_UsdjsjuV-x4ffzRNz3sWokq2gMw_-uDw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
