We are developping a website builder using Google App Engine and Python 2.7
We need to link thousands of domains to a single Google App Engine bucket.
There is a solution in the docs but i fear we will encounter some restrictions after a certain amount of linked domains. https://developers.google.com/appengine/docs/domain
Do you guys know an alternative ?
Thanks