From the course: Google Cloud Platform (GCP) Essential Training for Developers

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Using component-specific URLs

Using component-specific URLs - Google Cloud Tutorial

From the course: Google Cloud Platform (GCP) Essential Training for Developers

Start my 1-month free trial

Using component-specific URLs

- [Instructor] Component specific URLs are quite useful and we can use this to our advantage for creating multiple environments for testing features before they are deployed to production. What I'm about to share is a little bit opinionated, but this will also show you how we can use component specific URLs to make testing more streamlined. When working in real world applications, we usually deploy our application first to a testing or staging environment where it is tested by our QA team and accepted by product owners before it goes to our production environment where it serves real users. We can create a similar setup with App Engine by creating at least two separate projects. One project for testing and another project for production. It's important to create separate projects and not just separate services within the same project, because different services within a project can actually share the same data within…

Contents