AWS Security ChangesHomeSearch

AWS apigateway documentation change

Service: apigateway · 2025-11-19 · Documentation low

File: apigateway/latest/developerguide/set-up-logging.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' for branding consistency

Security assessment

The changes are purely branding/naming updates (removing redundant 'AWS' prefix from CloudFormation references). No security-related content was added, removed, or modified. The logging setup instructions and IAM permission requirements remain unchanged.

Diff

diff --git a/apigateway/latest/developerguide/set-up-logging.md b/apigateway/latest/developerguide/set-up-logging.md
index 8c2a9f4a7..a9694d0e6 100644
--- a//apigateway/latest/developerguide/set-up-logging.md
+++ b//apigateway/latest/developerguide/set-up-logging.md
@@ -5 +5 @@
-CloudWatch log formats for API GatewayPermissions for CloudWatch loggingSet up CloudWatch API logging using the API Gateway consoleSet up CloudWatch API logging using AWS CloudFormation
+CloudWatch log formats for API GatewayPermissions for CloudWatch loggingSet up CloudWatch API logging using the API Gateway consoleSet up CloudWatch API logging using CloudFormation
@@ -129 +129 @@ API Gateway is now ready to log requests to your API. You don't need to redeploy
-## Set up CloudWatch API logging using AWS CloudFormation
+## Set up CloudWatch API logging using CloudFormation
@@ -131 +131 @@ API Gateway is now ready to log requests to your API. You don't need to redeploy
-Use the following example AWS CloudFormation template to create an Amazon CloudWatch Logs log group and configure execution and access logging for a stage. To enable CloudWatch Logs, you must grant API Gateway permission to read and write logs to CloudWatch for your account. To learn more, see [Associate account with IAM role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#aws-resource-apigateway-account--examples) in the _AWS CloudFormation User Guide_.
+Use the following example CloudFormation template to create an Amazon CloudWatch Logs log group and configure execution and access logging for a stage. To enable CloudWatch Logs, you must grant API Gateway permission to read and write logs to CloudWatch for your account. To learn more, see [Associate account with IAM role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#aws-resource-apigateway-account--examples) in the _AWS CloudFormation User Guide_.