APIs · head to head
AWS API Gateway vs Zeplo

AWS API Gateway
APIs
Fully managed API gateway service for creating and managing APIs at scale
- From
- Free
- Rated
- -

Zeplo
APIs
Message queue as a URL prefix, adding retries and delays to any HTTP request
- 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; Zeplo zeplo sits directly in the execution path of your background work, so an outage at a very small vendor means your jobs do not run at all, and there is no published SLA below Enterprise.
- They diverge on capability: AWS API Gateway covers REST APIs, Zeplo covers URL prefix interface.
- Prices and features above were last checked on 31 August 2026.
Where they differ
Only the attributes on which AWS API Gateway and Zeplo actually diverge.
| Attribute | AWS API Gateway | Zeplo |
|---|---|---|
| Pricing model | usage-based | Per month by request count |
| Platforms | AWS Cloud | Web, Cloud |
| Founded | 2006 | Unknown |
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated), category (APIs).
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
- DynamoDB
- CloudWatch
- IAM
Only in Zeplo
- URL prefix interface
- Retries with backoff
- Delayed delivery
- Cron scheduling
- Concurrency limits
- Deduplication keys
- Request logs
- Team workspaces
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 Zeplo
- REST and HTTP API management with throttling and keysnot Zeplo
- WebSocket APIs for real-time clientsnot Zeplo
- Private APIs reachable only inside a VPCnot Zeplo
- Publishing a developer portal for API consumersnot Zeplo
Zeplo
- A Vercel or Cloudflare Workers application that needs retried background jobs without deploying a separate always-on workernot AWS API Gateway
- A team that wants a webhook receiver protected by a concurrency limit so a burst does not overwhelm a downstream APInot AWS API Gateway
- A small product needing cron jobs against HTTP endpoints without adding a scheduler to its infrastructurenot AWS API Gateway
- A developer adding idempotent retries to an unreliable third-party API call with a one-line URL changenot 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
Zeplo
- Zeplo sits directly in the execution path of your background work, so an outage at a very small vendor means your jobs do not run at all, and there is no published SLA below Enterprise.
- The free Developer tier includes only 500 requests a month and one team member, so it is a demonstration allowance rather than a usable free plan for anything real.
- Overage on the Developer tier is 20 US dollars per 100,000 requests, two hundred times the marginal rate on the Company tier, so exceeding the free allowance without upgrading is expensive.
- Team members cost 15 US dollars each beyond the plan allowance, which is an odd charge on an infrastructure product billed by request volume.
- Log retention is 30 days on both published tiers, so anything requiring longer audit trails on job execution has to be logged separately.
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
Zeplo
Free- DeveloperFree
- 500 requests a month included
- $20 per additional 100,000 requests
- 1 team member
- Company$39/month
- 1,000,000 requests a month included
- $10 per additional million requests
- Up to 3 team members
- Enterprise$undefined/month
- Volume discounts
- Custom team size
- Support with SLA
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 Zeplo if
- You need url prefix interface.
- You want to start without paying.
- You work on Web, Cloud.
- You also want retries with backoff.
Questions people ask
- Is AWS API Gateway or Zeplo better?
- Neither clearly leads. AWS API Gateway starts at Free and Zeplo at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, AWS API Gateway or Zeplo?
- AWS API Gateway starts at Free and Zeplo at Free.
- Does AWS API Gateway or Zeplo run on more platforms?
- AWS API Gateway runs on AWS Cloud. Zeplo runs on Web, Cloud.
- 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 Zeplo is typically brought in for.
- What can AWS API Gateway do that Zeplo cannot?
- AWS API Gateway covers REST APIs, WebSocket APIs, HTTP APIs, Lambda. Zeplo covers URL prefix interface, Retries with backoff, Delayed delivery, Cron scheduling.
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.
SourceZeplo: How does Zeplo work?
You prefix your endpoint URL with zeplo.to and add query parameters for retries, delay, cron or concurrency. No SDK or broker is needed.
AWS 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.
SourceZeplo: What does it cost?
Free for 500 requests a month; 39 US dollars a month for a million requests, then 10 dollars per additional million.
AWS 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.
SourceZeplo: Is it suitable for critical jobs?
It is a small vendor in your execution path with no published SLA below Enterprise, so weigh that against the convenience.
AWS 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.
SourceZeplo: Does it work with serverless platforms?
Yes, that is its main use, covering Vercel, Cloudflare Workers, Netlify and similar environments that lack long-running workers.
Related pages
More on AWS API Gateway
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 Svix
- AWS API Gateway vs Increase
- AWS API Gateway vs Tink
- AWS API Gateway vs Pusher
- AWS API Gateway vs Yodlee
- AWS API Gateway vs Lithic
- AWS API Gateway vs Swan
- AWS API Gateway vs Tribe Payments
- AWS API Gateway vs Unit
- AWS API Gateway vs Basis Theory
- AWS API Gateway vs Boomi API Management
- AWS API Gateway vs Codat
- AWS API Gateway vs curl
- AWS API Gateway vs Fintech Farm
- AWS API Gateway vs Fintecture
- Zeplo vs Appwrite
- Zeplo vs Hasura
- Zeplo vs PocketBase
- Zeplo vs Sanity
- Zeplo vs Microsoft Azure API Management
- Zeplo vs Kong
- Zeplo vs Convoy
- Zeplo vs Tyk
- Zeplo vs Janus Gateway
- Zeplo vs Spring Cloud Gateway
- Zeplo vs Gravitee
- Zeplo vs REST Client VSCode
- Zeplo vs Rutter
- Zeplo vs Sensedia
- Zeplo vs Sila
- Zeplo vs Swagger
- Zeplo vs Kong Gateway
- Zeplo vs Svix
- Zeplo vs Increase
- Zeplo vs Tink
- Zeplo vs Pusher
- Zeplo vs Yodlee
- Zeplo vs Lithic
- Zeplo vs Swan
- Zeplo vs Tribe Payments
- Zeplo vs Unit
- Zeplo vs Basis Theory
- Zeplo vs Boomi API Management
- Zeplo vs Codat
- Zeplo vs curl
- Zeplo vs Fintech Farm
- Zeplo vs Fintecture
