
Run code without provisioning or managing servers
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources. You pay only for the compute time you consume, with no charge when your code isn't running, making it ideal for event-driven applications, APIs, and data processing workloads.
Trigger functions from over 200 AWS services and SaaS applications, including S3, DynamoDB, API Gateway, and EventBridge.
Native runtimes for Node.js, Python, Java, Go, Ruby, .NET, and custom runtimes via Lambda Layers.
Scales from a few requests per day to thousands per second automatically, with no capacity planning required.
Charged only for requests and compute time used, billed in 1ms increments with a generous free tier.
Share code, libraries, and dependencies across multiple functions to reduce deployment package size and complexity.
Package and deploy functions as container images up to 10 GB in size for larger workloads and familiar tooling.
Pre-warm functions to eliminate cold starts for latency-sensitive applications.
Build REST and GraphQL APIs combined with API Gateway without managing any backend servers.
Process files uploaded to S3, transform DynamoDB streams, or react to Kinesis events in real time.
Run periodic jobs via EventBridge schedules without maintaining always-on infrastructure.
Power authentication, business logic, and data access for client applications cost-effectively.

The world's #1 CRM platform for sales, service, marketing, and more

AI-powered low-code backend and workflow builder

Frontend cloud platform for building, deploying, and scaling modern web applications

Build, train, and deploy machine learning models at scale on AWS
Run code at AWS edge locations via CloudFront for low-latency global content delivery customization.
Securely access resources inside an Amazon VPC, including RDS databases and ElastiCache clusters.
Integrated with CloudWatch for logs, metrics, and X-Ray for distributed tracing out of the box.
Analyze and react to streaming data from IoT devices, logs, or clickstreams as it arrives.

AI-powered backend code generation for Node.js and .NET applications