AWS apigateway documentation change
Summary
Updated 'AWS CloudFormation' to 'CloudFormation' in a technical integration note
Security assessment
This is a naming convention update unrelated to security. The content about payload encoding configurations does not involve security controls or vulnerabilities. The mention of contentHandling properties relates to technical implementation, not security features.
Diff
diff --git a/apigateway/latest/developerguide/api-gateway-payload-encodings.md b/apigateway/latest/developerguide/api-gateway-payload-encodings.md index adde73fda..4b0a97d8c 100644 --- a//apigateway/latest/developerguide/api-gateway-payload-encodings.md +++ b//apigateway/latest/developerguide/api-gateway-payload-encodings.md @@ -25 +25 @@ To handle binary payloads for non-proxy integrations, you add the media types to -For `MOCK` or private integrations, setting the `contentHandling` properties isn't supported in the AWS Management Console. You must use the AWS CLI, AWS CloudFormation, or an SDK to set the `contentHandling` properties. +For `MOCK` or private integrations, setting the `contentHandling` properties isn't supported in the AWS Management Console. You must use the AWS CLI, CloudFormation, or an SDK to set the `contentHandling` properties.