Hello,
The application will run in my GAE account 100%. The only thing I will have to ask the client to do if they want to use their own custom domain (or subdomain) is to point it to my GAE server via domain or ip-address.
So to summarize:
1. My company will code the application and deploy to my own GAE account for the domain
www.exampe.com2. The customers will choose their subdomain and then they can access the application at:
customer1.example.com3. If the customer wants to use their own domain, they will have to point their domain to my GAE domain/ip address.
SSL has to be supported for both cases #2 and #3, but for #3 they will get their own SSL certification I would imagine.
So my question is, is the above possible?
If yes, do I have to make a API call to your DNS service or something for a subdomain or their own custom domain to allow the request to go through your load-balancers?
Is there a limit to the # of subdomains or domains? Say I want 10,000 of them?
Thanks.