Cloud Resume Challenge – Visitor Counter Part 3, API Gateway

So, I’ve built a functioning API with Cloud Run and Datastore. Technically speaking, I now have a URL that my frontend JavaScript code could use to query and update the visitor count but there are a few reasons not to do this. It’s better to expose an API via a dedicated platform that centralises authentication, … Read more