AWS apigateway documentation change
Summary
Added 'case-sensitive' clarification for $context, $input, and $util variables in mapping templates
Security assessment
Change emphasizes variable case sensitivity but does not address security vulnerabilities or introduce security features
Diff
diff --git a/apigateway/latest/developerguide/api-gateway-mapping-template-reference.md b/apigateway/latest/developerguide/api-gateway-mapping-template-reference.md index fa3ae083b..4e94743bb 100644 --- a//apigateway/latest/developerguide/api-gateway-mapping-template-reference.md +++ b//apigateway/latest/developerguide/api-gateway-mapping-template-reference.md @@ -15 +15 @@ For a list of reference variables for access logging, see [Variables for access -You can use the following `$context` variables for data transformations. +You can use the following case-sensitive `$context` variables for data transformations. @@ -91 +91 @@ API Gateway APIs can accept HTTP/2 requests, but API Gateway sends requests to b -You can use the following `$input` variables to refer to the method request payload and method request parameters. The following functions are available: +You can use the following case-sensitive `$input` variables to refer to the method request payload and method request parameters. The following functions are available: @@ -132 +132 @@ Syntax | Description -You can use the following `$util` variables to use utility functions for mapping templates. Unless otherwise specified, the default character set is UTF-8. +You can use the following case-sensitive `$util` variables to use utility functions for mapping templates. Unless otherwise specified, the default character set is UTF-8.