APIs · head to head
AWS API Gateway vs Lambda (AWS Serverless)

AWS API Gateway
APIs
Fully managed API gateway service for creating and managing APIs at scale
- From
- Free
- Rated
- -
The short version
- Each has a real cost: AWS API Gateway rEST APIs cost $3.50 per million calls against $1.00 for HTTP APIs, so the older and more featureful type is three and a half times dearer; 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
- They diverge on capability: AWS API Gateway covers REST APIs, Lambda (AWS Serverless) covers Function-as-a-Service.
- Prices and features above were last checked on 30 August 2026.
Where they differ
Only the attributes on which AWS API Gateway and Lambda (AWS Serverless) actually diverge.
| Attribute | AWS API Gateway | Lambda (AWS Serverless) |
|---|---|---|
| Platforms | AWS Cloud | Web, Api |
| Category | APIs | Cloud |
| Founded | 2006 | 2014 |
Identical on both: starting price (Free), pricing model (usage-based), free tier (Yes), user rating (Not yet rated).
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 AWS API Gateway
- REST APIs
- WebSocket APIs
- HTTP APIs
- Lambda
- EC2
- AWS Cloud support
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
Both cover
- DynamoDB
- CloudWatch
- IAM
What people use each for
The jobs each tool is most often brought in to do.
AWS API Gateway
- Fronting Lambda functions with an HTTP endpointnot Lambda (AWS Serverless)
- REST and HTTP API management with throttling and keysnot Lambda (AWS Serverless)
- WebSocket APIs for real-time clientsnot Lambda (AWS Serverless)
- Private APIs reachable only inside a VPCnot Lambda (AWS Serverless)
- Publishing a developer portal for API consumersnot Lambda (AWS Serverless)
Lambda (AWS Serverless)
- Event-driven functions without managing serversnot AWS API Gateway
- API backends behind API Gatewaynot AWS API Gateway
- Processing S3, DynamoDB, SQS and Kinesis eventsnot AWS API Gateway
- Scheduled jobs without a always-on instancenot AWS API Gateway
- Edge compute through Lambda@Edgenot AWS API Gateway
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
AWS API Gateway
- REST APIs cost $3.50 per million calls against $1.00 for HTTP APIs, so the older and more featureful type is three and a half times dearer
- Data transfer out is charged at $0.09 per GB on top of request pricing
- WebSocket APIs bill connection minutes as well as messages, at $0.25 per million minutes
- Private APIs avoid data transfer charges but incur AWS PrivateLink costs instead
- The developer portal is $125 a month, with additional portal products at $12.50 each
- The free tier lasts 12 months rather than being ongoing
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
Pricing, plan by plan
AWS API Gateway
Free- Free Tier (12 months)Free
- 1M REST API calls per month
- 1M HTTP API calls per month
- 1M WebSocket messages plus 750K connection minutes per month
- HTTP APIs$1/per million requests (first 300M)
- First 300M: $1.00 per million
- Next 132M: $0.90 per million
- Data transfer varies by volume
- REST APIs$3.5/per million API calls
- Edge Optimized and Regional: $3.50 per million (first tier)
- Higher volumes: $2.80 then $2.38 per million
- Data transfer: $0.09 per GB
- WebSocket APIs$1/per million messages
- Messages: $1.00 per million
- Connection minutes: $0.25 per million minutes
Lambda (AWS Serverless)
Free- Free TierFree
- 1M free requests/month
- 400,000 GB-seconds/month
- Always free
Which should you pick?
Choose AWS API Gateway if
- You need rest apis.
- You want to start without paying.
- You work on AWS Cloud.
- You also want websocket apis.
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.
Questions people ask
- Is AWS API Gateway or Lambda (AWS Serverless) better?
- Neither clearly leads. AWS API Gateway starts at Free and Lambda (AWS Serverless) at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, AWS API Gateway or Lambda (AWS Serverless)?
- AWS API Gateway starts at Free and Lambda (AWS Serverless) at Free.
- Does AWS API Gateway or Lambda (AWS Serverless) run on more platforms?
- AWS API Gateway runs on AWS Cloud. Lambda (AWS Serverless) runs on Web, Api.
- Can I use AWS API Gateway for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is AWS API Gateway best used for?
- AWS API Gateway is most often used for fronting lambda functions with an http endpoint, rest and http api management with throttling and keys, websocket apis for real-time clients, private apis reachable only inside a vpc. Of those, fronting lambda functions with an http endpoint and rest and http api management with throttling and keys are not what Lambda (AWS Serverless) is typically brought in for.
- What can AWS API Gateway do that Lambda (AWS Serverless) cannot?
- AWS API Gateway covers REST APIs, WebSocket APIs, HTTP APIs, Lambda. Lambda (AWS Serverless) covers Function-as-a-Service, Event-driven execution, Auto-scaling, Pay-per-use. Both handle DynamoDB, CloudWatch, IAM.
Answered from the vendors’ own pages
AWS API Gateway: How much does AWS API Gateway cost?
AWS API Gateway pricing varies by API type. HTTP APIs cost $1.00 per million requests for the first 300M monthly, then $0.90 per million. REST APIs cost $3.50 per million, and WebSocket APIs cost $1.00 per million messages plus $0.25 per million connection minutes. Data transfer charges ($0.09 per GB) apply separately.
SourceLambda (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.
SourceAWS API Gateway: Is AWS API Gateway free?
New AWS customers receive 12 months of free tier access including 1 million REST API calls, 1 million HTTP API calls, and 1 million WebSocket messages plus 750,000 connection minutes per month. Starting July 15, 2025, new customers receive up to $200 in AWS Free Tier credits.
SourceLambda (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.
SourceAWS API Gateway: What is the price difference between HTTP and REST APIs?
HTTP APIs are significantly cheaper at $1.00 per million requests compared to REST APIs at $3.50 per million (first tier). REST API pricing decreases to $2.80 and $2.38 per million for higher volumes, while HTTP API pricing drops to $0.90 per million after 300M monthly requests.
SourceLambda (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).
SourceAWS API Gateway: How much does an API Gateway Portal cost?
API Gateway Portals require a base fee of $125 per month (includes 10 PortalProducts with 40 endpoints each) plus $12.50 per month for each additional PortalProduct beyond the included 10.
SourceRelated pages
More on AWS API Gateway
More on Lambda (AWS Serverless)
Other head to heads
- AWS API Gateway vs Appwrite
- AWS API Gateway vs Hasura
- AWS API Gateway vs PocketBase
- AWS API Gateway vs Sanity
- AWS API Gateway vs Microsoft Azure API Management
- AWS API Gateway vs Kong
- AWS API Gateway vs Convoy
- AWS API Gateway vs Tyk
- AWS API Gateway vs Janus Gateway
- AWS API Gateway vs Spring Cloud Gateway
- AWS API Gateway vs Gravitee
- AWS API Gateway vs REST Client VSCode
- AWS API Gateway vs Rutter
- AWS API Gateway vs Sensedia
- AWS API Gateway vs Sila
- AWS API Gateway vs Swagger
- AWS API Gateway vs Kong Gateway
- AWS API Gateway vs Neon
- AWS API Gateway vs Deno Deploy
- AWS API Gateway vs DigitalOcean
- AWS API Gateway vs Grafana Cloud
- AWS API Gateway vs Cerebrium
- AWS API Gateway vs Serverless Framework
- AWS API Gateway vs Beam Cloud
- AWS API Gateway vs Upstash
- AWS API Gateway vs Koyeb
- AWS API Gateway vs Azure Functions
- AWS API Gateway vs Lambda
- AWS API Gateway vs Porter
- AWS API Gateway vs Rancher
- AWS API Gateway vs Hetzner Cloud
- AWS API Gateway vs Infracost
- Lambda (AWS Serverless) vs Appwrite
- Lambda (AWS Serverless) vs Hasura
- Lambda (AWS Serverless) vs PocketBase
- Lambda (AWS Serverless) vs Sanity
- Lambda (AWS Serverless) vs Microsoft Azure API Management
- Lambda (AWS Serverless) vs Kong
- Lambda (AWS Serverless) vs Convoy
- Lambda (AWS Serverless) vs Tyk
- Lambda (AWS Serverless) vs Janus Gateway
- Lambda (AWS Serverless) vs Spring Cloud Gateway
- Lambda (AWS Serverless) vs Gravitee
- Lambda (AWS Serverless) vs REST Client VSCode
- Lambda (AWS Serverless) vs Rutter
- Lambda (AWS Serverless) vs Sensedia
- Lambda (AWS Serverless) vs Sila
- Lambda (AWS Serverless) vs Swagger
- Lambda (AWS Serverless) vs Kong Gateway
- 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 Infracost

