What Is AWS Lambda?

AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second.

You pay only for the compute time you consume - there is no charge when your code is not running. With AWS Lambda, you can run code for virtually any type of application or backend service - all with zero administration. AWS Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging

  • 57 Users Found This Useful
Was this answer helpful?

Related Articles

Cloud computing with AWS

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform,...

Cloud Service Models

There are three types of service models in cloud − IaaS, PaaS, and SaaS. IaaS IaaS stands for...

What is Amazon Ec2?

    Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the...

Features of Amazon EC2

Amazon EC2 provides the following features: ·         Virtual computing environments, known as...

Amazon EC2 Key Pairs

Amazon EC2 uses public-key cryptography to encrypt and decrypt login information. Public–key...