Cloud · head to head
Lambda (AWS Serverless) vs Infracost

Infracost
Cloud
Cloud cost estimates in pull requests, with governance in the paid tier
- From
- Free
- Rated
- -
The short version
- Each has a real cost: Lambda (AWS Serverless) billed on two axes at once, $0.20 per million requests plus $0.0000166667 per GB-second of duration, so memory settings change the bill as much as traffic does; Infracost usage-based resources such as object storage, serverless functions and data transfer have no cost without monthly usage figures supplied by hand, and the documentation warns plainly that engineers otherwise read them as free.
- They diverge on capability: Lambda (AWS Serverless) covers Function-as-a-Service, Infracost covers Pull request cost diffs.
- Prices and features above were last checked on 31 August 2026.
Where they differ
Only the attributes on which Lambda (AWS Serverless) and Infracost actually diverge.
| Attribute | Lambda (AWS Serverless) | Infracost |
|---|---|---|
| Pricing model | usage-based | Free open source tool, then per month by run volume |
| Platforms | Web, Api | Web, macOS, Linux, Windows, Docker |
| Founded | 2014 | Unknown |
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated), category (Cloud).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Lambda (AWS Serverless)
- Function-as-a-Service
- Event-driven execution
- Auto-scaling
- Pay-per-use
- Multiple languages
- Concurrency limits
- Dead Letter Queues
- Environment variables
Only in Infracost
- Pull request cost diffs
- Multi-format parsing
- Apache-2.0 CLI
- FinOps policies
- Automated remediation
- IDE integration
What people use each for
The jobs each tool is most often brought in to do.
Lambda (AWS Serverless)
- Event-driven functions without managing serversnot Infracost
- API backends behind API Gatewaynot Infracost
- Processing S3, DynamoDB, SQS and Kinesis eventsnot Infracost
- Scheduled jobs without a always-on instancenot Infracost
- Edge compute through Lambda@Edgenot Infracost
Infracost
- Teams that want an expensive infrastructure change questioned at review rather than discovered on an invoicenot Lambda (AWS Serverless)
- Platform groups enforcing tagging so cloud spend can be attributed to a team at allnot Lambda (AWS Serverless)
- Organisations adopting FinOps practice without buying a full cloud management platformnot Lambda (AWS Serverless)
- Engineers who want a cost figure in the editor while writing the Terraformnot Lambda (AWS Serverless)
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Lambda (AWS Serverless)
- Billed on two axes at once, $0.20 per million requests plus $0.0000166667 per GB-second of duration, so memory settings change the bill as much as traffic does
- Provisioned concurrency, used to avoid cold starts, is charged separately at $0.0000041667 per GB-second whether or not the function runs
- Ephemeral storage beyond the included 512 MB is metered
- Lambda@Edge costs $0.60 per million requests, three times the standard request rate
- VPC use and cross-region data transfer carry EC2 charges on top
Infracost
- Usage-based resources such as object storage, serverless functions and data transfer have no cost without monthly usage figures supplied by hand, and the documentation warns plainly that engineers otherwise read them as free.
- Splitting production from non-production usage assumptions is not supported in the free usage file, which the docs attribute to a missing project filter, so that separation requires the paid product.
- The step from 250 to 1,000 dollars a month is large and the Cloud tier includes only ten admin seats, with developer seats charged at a figure that is not published, so the cost for a large organisation cannot be computed from the pricing page.
- Estimates are list price. Negotiated agreements, committed use discounts and reserved instance economics require SKU-level overrides available only on Enterprise, so the number in the pull request is not the number on the bill.
- The share of the product covered by the Apache-2.0 licence is shrinking. Checks, automated fixes, policies and agent integrations are all hosted-only, so the permissive licence increasingly protects the estimation engine rather than the product.
Pricing, plan by plan
Lambda (AWS Serverless)
Free- Free TierFree
- 1M free requests/month
- 400,000 GB-seconds/month
- Always free
Infracost
Free- FreeFree
- 1,000 runs a month
- Terraform, CloudFormation and CDK estimates
- Community support
- Starter$250/month
- 10,000 runs a month
- Email support
- Cloud$1000/month
- Ten admin seats, developer seats charged separately
- FinOps policies and cost guardrails
- Dashboards and audit trails
- Enterprise$undefined/year
- SKU-level price overrides for negotiated rates
- Business unit reporting
- SSO with SAML group mapping
Which should you pick?
Choose Lambda (AWS Serverless) if
- You need function-as-a-service.
- You want to start without paying.
- You work on Web, Api.
- You also want event-driven execution.
Choose Infracost if
- You need pull request cost diffs.
- You want to start without paying.
- You work on Web, macOS, Linux, Windows, Docker.
- You also want multi-format parsing.
Questions people ask
- Is Lambda (AWS Serverless) or Infracost better?
- Neither clearly leads. Lambda (AWS Serverless) starts at Free and Infracost at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Lambda (AWS Serverless) or Infracost?
- Lambda (AWS Serverless) starts at Free and Infracost at Free.
- Does Lambda (AWS Serverless) or Infracost run on more platforms?
- Lambda (AWS Serverless) runs on Web, Api. Infracost runs on Web, macOS, Linux, Windows, Docker.
- Can I use Lambda (AWS Serverless) for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Lambda (AWS Serverless) best used for?
- Lambda (AWS Serverless) is most often used for event-driven functions without managing servers, api backends behind api gateway, processing s3, dynamodb, sqs and kinesis events, scheduled jobs without a always-on instance. Of those, event-driven functions without managing servers and api backends behind api gateway are not what Infracost is typically brought in for.
- What can Lambda (AWS Serverless) do that Infracost cannot?
- Lambda (AWS Serverless) covers Function-as-a-Service, Event-driven execution, Auto-scaling, Pay-per-use. Infracost covers Pull request cost diffs, Multi-format parsing, Apache-2.0 CLI, FinOps policies.
Answered from the vendors’ own pages
Lambda (AWS Serverless): Is there a free tier for AWS Lambda?
Yes. AWS Lambda offers a free tier including 1 million requests per month, 400,000 GB-seconds per month, and 100 GB monthly response streaming.
SourceInfracost: Is the open source version genuinely useful on its own?
Yes, for estimation. It parses your definitions and produces breakdowns and diffs locally. What it does not do is comment on pull requests, enforce policy or report across an organisation, all of which are hosted-only.
Lambda (AWS Serverless): How is AWS Lambda charged?
Lambda charges $0.20 per million requests. Duration charges are $0.0000166667 per GB-second for x86 (up to 6 billion GB-seconds/month in US East Ohio with tiered pricing). Ephemeral storage over the included 512 MB costs $0.0000000309 per GB-second. Provisioned Concurrency costs $0.0000041667 per GB-second with a 5-minute minimum.
SourceInfracost: Will the estimate match my cloud bill?
No. It is list price. Committed use discounts, enterprise agreements and reserved instances need SKU-level overrides that sit in the Enterprise tier.
Lambda (AWS Serverless): What are Lambda Durable Functions pricing?
Lambda Durable Functions include operations at $8.00 per million (start execution, steps, waits). Data written costs $0.25 per GB. Data retention is $0.15 per GB-month with configurable 1-90 day retention (default 14 days).
SourceInfracost: Why do my S3 and Lambda resources show no cost?
Usage-based resources need monthly usage values supplied in a usage file or defined centrally. Without them they estimate at zero, which is the documented behaviour and the most common way the tool misleads.
Infracost: Has the licence ever changed?
No. The command line tool has been Apache 2.0 throughout, with no Business Source or AGPL episode, which is unusual in this category.
Infracost: What is a run?
Not defined on the public pricing page, and the run allowance is what separates the free and Starter tiers, so establish the definition before choosing between them.
Related pages
More on Lambda (AWS Serverless)
Other head to heads
- Lambda (AWS Serverless) vs Neon
- Lambda (AWS Serverless) vs Deno Deploy
- Lambda (AWS Serverless) vs DigitalOcean
- Lambda (AWS Serverless) vs Grafana Cloud
- Lambda (AWS Serverless) vs Cerebrium
- Lambda (AWS Serverless) vs Serverless Framework
- Lambda (AWS Serverless) vs Beam Cloud
- Lambda (AWS Serverless) vs Upstash
- Lambda (AWS Serverless) vs Koyeb
- Lambda (AWS Serverless) vs Azure Functions
- Lambda (AWS Serverless) vs Lambda
- Lambda (AWS Serverless) vs Porter
- Lambda (AWS Serverless) vs Rancher
- Lambda (AWS Serverless) vs Hetzner Cloud
- Lambda (AWS Serverless) vs Terragrunt
- Lambda (AWS Serverless) vs Pulumi
- Lambda (AWS Serverless) vs Packer
- Lambda (AWS Serverless) vs SST
- Lambda (AWS Serverless) vs Coolify
- Lambda (AWS Serverless) vs CapRover
- Lambda (AWS Serverless) vs DeepInfra
- Lambda (AWS Serverless) vs Linode
- Lambda (AWS Serverless) vs VictoriaMetrics
- Lambda (AWS Serverless) vs Contabo
- Lambda (AWS Serverless) vs Chef
- Lambda (AWS Serverless) vs Cilium
- Lambda (AWS Serverless) vs Vagrant
- Lambda (AWS Serverless) vs containerd
- Infracost vs Neon
- Infracost vs Deno Deploy
- Infracost vs DigitalOcean
- Infracost vs Grafana Cloud
- Infracost vs Cerebrium
- Infracost vs Serverless Framework
- Infracost vs Beam Cloud
- Infracost vs Upstash
- Infracost vs Koyeb
- Infracost vs Azure Functions
- Infracost vs Lambda
- Infracost vs Porter
- Infracost vs Rancher
- Infracost vs Hetzner Cloud
- Infracost vs Terragrunt
- Infracost vs Pulumi
- Infracost vs Packer
- Infracost vs SST
- Infracost vs Coolify
- Infracost vs CapRover
- Infracost vs DeepInfra
- Infracost vs Linode
- Infracost vs VictoriaMetrics
- Infracost vs Contabo
- Infracost vs Chef
- Infracost vs Cilium
- Infracost vs Vagrant
- Infracost vs containerd

