What is Lambda (AWS)?
An AWS service that runs your code in response to events without you managing any servers.
Why It Matters
Lambda lets you run backend code with zero server management and you only pay for actual execution time.
Real-World Example
A Lambda function that automatically resizes uploaded images and stores them in different sizes.
“Understanding terms like Lambda (AWS) 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
AWS
Amazon Web Services, the world's largest cloud computing platform offering hundreds of services
Cloud Functions
Google Cloud's serverless platform for running individual functions in response to events.
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
AWS
Amazon Web Services, the world's largest cloud computing platform offering hundreds of services
Cloud Functions
Google Cloud's serverless platform for running individual functions in response to events.
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'