Overview
AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume, and there is no charge when your code is not running.
Key Features
- Event Driven: Automatically trigger from 200+ AWS services and SaaS apps
- Auto Scaling: Scales automatically from zero to thousands of concurrent requests
- Multiple Runtimes: Support for Node.js, Python, Java, Go, .NET, Ruby, and custom runtimes
- Sub-Second Billing: Pay per millisecond of execution time