Securing – Skill Service with Cloud Run

As in Chapter 5 with Cloud Functions, this Cloud Run service is currently using a default service account with broad permissions. Cloud Run is also allowing unauthenticated invocations of the service. This may be OK for testing, but in a production environment, you would want to secure the service, and you will see how to […]

Requirements – Tag Updater with Cloud Functions

In this initial project, you will write the first part of the Skills Mapper application. You will be introduced to some of the higher-level abstractions in Google Cloud and be shown how you can solve a real-world problem at a minimal cost. You will learn how to solve the requirement in three ways: Note The […]