Mastery Points
0

AWS Lambda in aws

Context & Logic

AWS Lambda runs code without managing servers (serverless). You upload your function, define triggers (API Gateway, S3 events), and pay only for execution time. Great for APIs, image processing, and scheduled tasks.