Run code without managing servers, pay only for compute time
Free
Always free
$0.2/per 1M requests
Standard pricing
No reviews yet. Be the first to review AWS Lambda!
Write a ReviewGenerous free tier: 1 million requests and 400,000 GB-seconds per month forever. Many small applications run entirely within free tier.
Lambda is AWS's serverless compute service. Run code without managing servers. Pay only for compute time used. Scales automatically.
Lambda is serverless with no server management. EC2 gives full control but requires management. Lambda for events and APIs; EC2 for long-running workloads.
Node.js, Python, Java, C#, Go, Ruby, and custom runtimes. Node.js and Python are most popular. Can bring any language via custom runtime.
Cold start is delay when Lambda initializes a new container. Can be 100ms to several seconds depending on runtime. Keep functions warm for latency-sensitive apps.