I will freely admit that I am a newbie to GCP App Engine. I am the inheritor of a complex configuration that seems to have grown organically with multiple chefs and no code to back it up and documentation? Hah! So, I am looking at a list of Custom domain names (App Engine -> Settings -> Custom domains) that are CNAMES with aliases that are similar to the Services in App Engine, except periods in the aliases seemingly translate to dashes in the services. When viewing the services I see many have Dispatch routes. There is no dispatch.yml file I have, however. I am trying to determine the connections here between the dots. So:
1) Do the periods get automatically mapped to dashes? 2) If the above is "no", then is there some other mapping of custom domain names to services? 3) How can I find the source of the Dispatch routes?
In order to understand how to structure the services and related resources in an App Engine application refer to this documentation. Please read it carefully in order to understand how web services are structured in App engine.