Yes, AWS Lambda has a permanent free tier alongside its paid plans. The free plan includes 400,000 GB-seconds of compute time per month for x86 and Graviton2 functions, in aggregate. FreeTier.co estimates the free tier at about $6.87/mo.
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
This free tier is worth about $6.87/month at AWS’s published Lambda rates: 1 million requests at $0.20 per million is about $0.20, and 400,000 GB-seconds at roughly $0.0000166667 per GB-second is about $6.67. It renews every month and includes the standard 512 MB of ephemeral storage at no extra cost, but a credit card is still required to create the account, so the value is strong while the signup friction remains.
What's included in the free tier
Verified
- 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.
See AWS Lambda pricing for current limits.
Paid plans
Lambda Functions
- requests
- per request
- compute
- per GB-second
- memory
- 128 MB to 10,240 MB
- Charges based on requests served
- Charges based on execution duration
- Memory-based proportional CPU/resources
- Supports x86 and Arm pricing tiers
Lambda Managed Instances
- requests
- $0.20 per million
- management fee
- 15% premium
- instance type
- EC2 instance pricing
- Runs Lambda on fully managed EC2 instances
- Supports EC2 pricing options and Savings Plans
- No separate execution-duration charge
- Designed for steady-state high-volume workloads
Lambda Durable Functions
- operations
- per durable operation
- data written
- per GB
- retention
- per GB-month
- Supports multi-step workflows
- Charges for durable operations
- Charges for data written
- Charges for data retention
Tenant Isolation
- execution environments
- per new environment
- memory
- based on configured memory
- Isolates execution environments per tenant
- Useful for multi-tenant applications
- Charges tied to new execution environments
- Uses memory and architecture-based pricing
Ephemeral Storage
- ephemeral storage
- 512 MB included
- ephemeral storage max
- 10,240 MB
- 512 MB included free
- Additional storage is configurable
- Billed by execution duration
- Works on x86 and Arm
Pricing extracted from AWS Lambda's pricing page. Always verify current pricing before committing.
Common questions
Is AWS Lambda free forever?
Yes. AWS Lambda has a permanent free tier alongside its paid plans, though the allowance typically resets each month.
What is AWS Lambda's free tier worth?
AWS Lambda's free tier is worth about $6.87 per month. That maps to an FTV score of 49/100. The FTV score is explained at freetier.co/ftv.