Current documented limits
| Constraint | Current value | Scope | Verified source |
|---|---|---|---|
| maximum integration timeoutThe HTTP API integration timeout is documented as non-increasable. | 30 seconds | HTTP APIs | Amazon Web ServicesAug 22, 2026 |
| request payloadThe payload quota is documented as non-increasable. | 10 MB | HTTP APIs | Amazon Web ServicesAug 22, 2026 |
| HTTP API resourcesRoute quota can be increased; integration count is documented as non-increasable. | 300 routes and 300 integrations per API | HTTP APIs | Amazon Web ServicesAug 22, 2026 |
How to apply AWS API Gateway limits safely
The monitored baseline covers maximum integration timeout, request payload, HTTP API resources. Treat these as separate constraints rather than one platform-wide capacity number: a workload can fit one row and still fail another because the plan, model, endpoint, runtime, region, invocation mode, or account scope differs.
- Match the production workload to the exact scope printed beside each value and confirm it in the active AWS API Gateway console, configuration, or response headers.
- Measure the serialized request, token volume, duration, concurrency, storage, or connection demand at realistic percentiles, then preserve headroom for bursts and retries.
- Check every adjacent layer—client, SDK, gateway, proxy, queue, database, and downstream service—for a smaller effective limit before changing architecture.
Specific limit pages
These pages exist because the constraint has a distinct implementation or troubleshooting intent. Closely related keyword variations stay consolidated.
AWS API Gateway HTTP API Timeout
AWS API Gateway HTTP API Timeout, verified against AWS API Gateway's official documentation with scope, implementation impact, caveats, and a direct check.
AWS API Gateway HTTP API Payload Limit
AWS API Gateway HTTP API Payload Limit, verified against AWS API Gateway's official documentation with scope, implementation impact, caveats, and a direct check.
AWS API Gateway Route & Integration Limits
AWS API Gateway Route & Integration Limits, verified against AWS API Gateway's official documentation with scope, implementation impact, caveats, and a direct check.
Errors linked to these limits
Task timed out after … seconds
AWS Lambda Task Timed Out Error: direct meaning, scoped diagnosis, corrective action, official source, and linked current limit.
413 — Payload Too Large
AWS API Gateway 413 Payload Too Large: direct meaning, scoped diagnosis, corrective action, official source, and linked current limit.