About

AWS Lambda is a serverless compute service that runs code without requiring server provisioning or cluster management. It is designed to help teams build event-driven applications, backends, and automation workflows with minimal infrastructure overhead.

The service supports a broad range of use cases, including web and mobile backends, batch and real-time data processing, generative AI workflows, and other event-driven workloads. It integrates with AWS services and external event sources so teams can focus on application logic rather than operational maintenance.

  • Run code in response to events without managing servers.
  • Scale automatically with workload demand.
  • Support web, mobile, data, and AI-driven serverless applications.
  • Integrate with AWS services and third-party event sources.

Free Tier Value

49
FTV score
Est. value $6.87 / month
Credit card Required
Feature parity 100%

The page explicitly states the Lambda free tier includes 1,000,000 free requests/month and 400,000 GB-seconds/month, plus 100 GiB of HTTP response streaming beyond the first 6 MB per request. Using the provided rule for usage-based free tiers, the conservative monthly value is the sum of free quotas at paid rates: 1,000,000 requests × $0.20/M = $0.20 and 400,000 GB-s × $0.0000166667 ≈ $6.67, for about $6.87/month; the streaming allowance is not priced on the page, so it is excluded. No signup-page statement about credit card requirements appears in the provided text, so no_cc_required is false.

What's included in the free tier

  • One million free requests per month for Lambda function invocations.
  • 400,000 GB-seconds of compute time per month for x86 and Graviton2 functions, in aggregate.
  • 100 GiB of HTTP response streaming per month, beyond the first 6 MB per request, which are free.

Paid plans

AWS Lambda on-demand

Usage-based
Pay for what you use
requests
$0.20 per million requests
compute
$0.0000166667 per GB-second (example pricing in US East N. Virginia)
memory
128 MB to 10,240 MB
ephemeral storage
512 MB included; additional storage billed separately
  • Charges based on requests and duration
  • Supports x86 and Graviton2/Arm processors
  • Tiered pricing for on-demand duration above monthly usage thresholds
  • Eligible for Compute Savings Plans

Lambda Managed Instances

Usage-based
Request charges $0.20 per million requests + 15% premium on EC2 on-demand instance price + EC2 in…
requests
$0.20 per million requests
management fee
15% premium on EC2 on-demand instance price
compute
Standard EC2 instance pricing applies
  • Runs Lambda functions on fully-managed EC2 instances in your VPC
  • No separate execution-duration charge for each request
  • Can use EC2 Instance Savings Plans, Compute Savings Plans, and Reserved Instances
  • Supports multiple requests concurrently within the same execution environment

Provisioned Concurrency

Usage-based
Billed for configured concurrency and time enabled
concurrency
Configured concurrency
time
Rounded up to nearest five minutes
  • Keeps functions initialized and ready to respond
  • Charges for configured concurrency and time enabled
  • Requests and duration still billed when executed
  • Available on x86 and Arm

Lambda Durable Functions

Usage-based
Existing Lambda compute charges apply plus durable operations, data written, and retention
operations
$8.00 per million operations
data written
$0.25 per GB
data retained
$0.15 per GB-month
  • Supports steps and waits for long-running workflows
  • Replay resumes execution after interruptions
  • Charges for durable operations
  • Charges for data written and retained

Tenant Isolation

Usage-based
Charged when Lambda creates a new tenant-isolated execution environment
execution environment creation
$0.000167 per 1024 MB
  • Isolates execution environments per tenant
  • Useful for multi-tenant applications with strict isolation
  • Charges depend on memory and CPU architecture

Lambda Ephemeral Storage

Usage-based
512 MB included at no additional cost; additional storage billed per GB-second
storage
$0.0000000309 per GB-second
included storage
512 MB
  • Additional ephemeral storage beyond 512 MB is billable
  • Applies to x86 and Arm functions
  • Cost depends on allocated storage and execution duration

Pricing extracted from AWS Lambda's pricing page. Always verify current pricing before committing.