Since GAE is serverless, you can’t route requests to a specific instance depending on the user. Within GCP, you may be able to use VM’s with a load balancer to route requests to specific VM’s depending on the user using the URL as a distinction, but it would require a lot of work to implement and it can be very pricey.