In the context of AWS Lambda, "serverless" refers to a cloud computing execution model where you don’t need to provision, scale, or maintain servers. AWS automatically handles all the infrastructure. You're charged only when your code is running (e.g., per request or per execution time), not for idle server time.