Alternatively, you can detect the ORIGIN Header of the incoming request and serve different content (e.g shoes,toys,etc.) depending on the Custom Domain that was requested. This method would not use individual '/shoes' URL handlers and would route all of your Custom Domains to the main '
https://amazon.appspot.com/' default handler (which would be the one performing the content serving logic).