Cloud Run Functions: Qwik Start - Command Line - GSP080

A Cloud Run function is a piece of code that runs in response to an event, such as an HTTP request, a message from a messaging service, or a file upload. Cloud events are things that happen in your cloud environment. These might be things like changes to data in a database, files added to a storage system, or a new virtual machine instance being created. GSP080 - Google Cloud Self-Paced labs What I learned: -How to create a Cloud Run function -How to deploy and test the Cloud Run function -How to View logs Tasks : Task 1. Create a function Task 2. Deploy your function Task 3. Test the function Task 4. View logs Task 5. Test your understanding the gcloud CLI overview guide https://cloud.google.com/sdk/gcloud Pub/Sub: A Google-Scale Messaging Service https://cloud.google.com/pubsub/archi... Background Functions https://cloud.google.com/functions/do...