AWS Lambda
Data & Infrastructure
Serverless compute service
What is AWS Lambda?
Run code without managing servers. Pay only for execution time. Auto-scales.
Real-World Examples
- •API backends
- •Image processing on upload
- •Scheduled tasks
- •Event-driven functions
When to Use This
For event-driven or intermittent workloads
Related Terms
Learn more about concepts related to AWS Lambda