About
Amazon API Gateway is a fully managed service for creating, publishing, maintaining, monitoring, and securing APIs at scale. It provides a front door for applications to access data, business logic, and backend functionality through REST APIs, HTTP APIs, and WebSocket APIs.
The service is designed for teams building serverless, containerized, and web application backends that need reliable API management with built-in traffic control, authorization, monitoring, and versioning. It also includes API Gateway Portals for creating AWS-native developer portals to discover, document, and govern APIs across an organization.
- Build and manage REST, HTTP, and WebSocket APIs
- Support real-time two-way communication for interactive applications
- Apply traffic management, throttling, CORS, and access control
- Integrate with IAM, Amazon Cognito, OIDC, OAuth2, and Lambda authorizers
- Monitor API activity and performance with CloudWatch
- Create managed developer portals for API discovery and governance
Free Tier Value
This is an intro_tier free offer: the page says the free tier includes 1M REST API calls, 1M HTTP API calls, 1M WebSocket messages, and 750,000 connection minutes per month for up to 12 months, only for new AWS customers. Because the free tier is capped and time-limited, the conservative monthly FTV is computed from the included quotas, but the page does not provide enough pricing detail here to safely price all included components into a single monthly value without over-assuming usage mix, so I set free_tier_value_usd_per_month to null. The page also states new AWS customers receive up to $200 in AWS Free Tier credits starting July 15, 2025, so free_credit_amount_usd is 200; no explicit no-CC requirement is stated.
What's included in the free tier
- One million REST API calls received per month for up to 12 months.
- One million HTTP API calls received per month for up to 12 months.
- One million WebSocket messages per month for up to 12 months.
- 750,000 WebSocket connection minutes per month for up to 12 months.
- Available only to new AWS customers.
- Free tier usage expires after 12 months from AWS sign-up date.
- Usage beyond monthly free limits is billed at standard API Gateway rates.
See Amazon API Gateway pricing for current limits.
Paid plans
HTTP APIs
- API calls
- priced per million requests, tiered
- Data transfer out
- priced separately
- API calls received
- Data transfer out
- No minimum fees
- No upfront commitments
REST APIs
- API calls
- priced per million requests, tiered
- Data transfer out
- priced separately
- Cache
- optional hourly cache pricing
- API calls received
- Data transfer out
- No data transfer out charges for Private APIs
- Optional data caching
- Tiered pricing model
WebSocket APIs
- Messages
- priced per million messages
- Connection minutes
- priced per million minutes
- Messages sent and received
- Connection minutes
- Control frame messages not metered
- Persistent connections
API Gateway Portals
- PortalProducts included
- 10
- ProductRestEndpoints per PortalProduct
- 40
- Includes 10 PortalProducts
- Up to 40 ProductRestEndpoints each
- Prorated monthly charges
- Additional PortalProducts billed separately
Pricing extracted from Amazon API Gateway's pricing page. Always verify current pricing before committing.