AWS Security ChangesHomeSearch

AWS appsync documentation change

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

File: appsync/latest/devguide/tutorial-pipeline-resolvers.md

Summary

Changed 'AWS CloudFormation' to 'CloudFormation' in architecture description

Security assessment

Simple terminology standardization without affecting security configuration. The authentication method (Amazon Cognito) remains unchanged.

Diff

diff --git a/appsync/latest/devguide/tutorial-pipeline-resolvers.md b/appsync/latest/devguide/tutorial-pipeline-resolvers.md
index 75d48294f..6520763f3 100644
--- a//appsync/latest/devguide/tutorial-pipeline-resolvers.md
+++ b//appsync/latest/devguide/tutorial-pipeline-resolvers.md
@@ -48 +48 @@ If you prefer to manually go through a step-by-step process through the AWS AppS
-The API communicates with two DynamoDB tables: a **pictures** table that stores pictures and a **friends** table that stores relationships between users. The API is configured to use Amazon Cognito user pool as authentication type. The following AWS CloudFormation stack sets up these resources in the account.
+The API communicates with two DynamoDB tables: a **pictures** table that stores pictures and a **friends** table that stores relationships between users. The API is configured to use Amazon Cognito user pool as authentication type. The following CloudFormation stack sets up these resources in the account.