What is Serverless?
A way to run code without managing your own servers, where the cloud provider handles everything
Why It Matters
Serverless reduces costs (you only pay when code runs) and removes the need to maintain server infrastructure
Real-World Example
A function that processes uploaded images only runs and costs money when someone actually uploads an image
“Understanding terms like Serverless 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
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
Edge Functions
Code that runs on servers close to your users around the world, rather than in one central location
AWS
Amazon Web Services, the world's largest cloud computing platform offering hundreds of services
Cloud Computing
Using remote servers over the internet instead of your own computers
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.