**What is Lambda in AWS?**
AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that allows you to run code without provisioning or managing servers. With Lambda, you can execute code in response to events triggered by various AWS services or custom events.