What is Cloud Functions?
Google Cloud's serverless platform for running individual functions in response to events.
Why It Matters
Cloud Functions let you run small pieces of code without managing servers, ideal for event-driven tasks.
Real-World Example
A Cloud Function that processes each new file uploaded to Cloud Storage.
“Understanding terms like Cloud Functions matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
Serverless
A way to run code without managing your own servers, where the cloud provider handles everything
GCP
Google Cloud Platform, Google's cloud computing services competing with AWS
Lambda (AWS)
An AWS service that runs your code in response to events without you managing any servers.
Edge Functions
Code that runs on servers close to your users around the world, rather than in one central location
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Serverless
A way to run code without managing your own servers, where the cloud provider handles everything
Edge Functions
Code that runs on servers close to your users around the world, rather than in one central location
GCP
Google Cloud Platform, Google's cloud computing services competing with AWS
Lambda (AWS)
An AWS service that runs your code in response to events without you managing any servers.
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
Domain
The human-readable web address people type to visit your website, like '13labs.com.au'