Tools/AWS_Lambda
AWS Lambda
Serverless compute — run code in response to an event (API call, S3 upload, schedule) without managing a server, billed per invocation/duration. Sits opposite AWS_EC2/AWS_ECS/AWS_EKS on the "how much infra do I manage" spectrum: no cluster, no always-on process, but cold starts and execution-time limits to design around.