Lambda is AWS's serverless compute service that allows you to run code without managing servers. With Lambda, you upload your code and AWS handles provisioning servers, scaling capacity automatically, and maintaining the servers. You are charged by the number of requests and amount of compute time used. Lambda functions can be triggered by various AWS services and events. It provides scaling and high availability without needing to manage servers or capacity planning.
Related topics: