Cloud Resume Challenge – Visitor Counter Part 2, API (Python & Cloud Run)
This part of the challenge requires that – rather than querying and updating the database directly from our JavaScript code – I should instead build an API in Python using either of the serverless solutions Cloud Functions or Cloud Run, and that we then put an API Gateway in front of that. Let’s unpack that … Read more