AWS apigateway documentation change
Summary
Added URL length limit for private APIs (8192 characters) and standardized capitalization of 'Regional API'
Security assessment
Routine service limits update without security context. Addition of private API URL limit is a technical specification change, not security-related documentation.
Diff
diff --git a/apigateway/latest/developerguide/api-gateway-execution-service-limits-table.md b/apigateway/latest/developerguide/api-gateway-execution-service-limits-table.md index 4fe1ecd2d..65d90679c 100644 --- a//apigateway/latest/developerguide/api-gateway-execution-service-limits-table.md +++ b//apigateway/latest/developerguide/api-gateway-execution-service-limits-table.md @@ -24 +24,2 @@ Length, in characters, of the URL for an edge-optimized API | 8192 | No -Length, in characters, of the URL for a regional API | 10240 | No +Length, in characters, of the URL for a Regional API | 10240 | No +Length, in characters, of the URL for a private API | 8192 | No