AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that lets you run code without provisioning or managing servers. Essentially, you just write your code, upload it, and Lambda handles everything else needed to execute it.