AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that allows users to run code without provisioning or managing servers. It's a core component of serverless computing and the Function as a Service (FaaS) model. Lambda automatically manages the underlying infrastructure, including servers, operating systems, and scaling, so developers can focus on writing and deploying code.