AWS Security ChangesHomeSearch

AWS appsync documentation change

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

File: appsync/latest/devguide/real-time-websocket-client.md

Summary

Fixed URL formatting in temporary credentials documentation link

Security assessment

The change only corrects a URL path by adding an extra slash. The security token documentation reference to temporary credentials was already present and the edit doesn't introduce new security content or address vulnerabilities.

Diff

diff --git a/appsync/latest/devguide/real-time-websocket-client.md b/appsync/latest/devguide/real-time-websocket-client.md
index fdae9b2fd..e0b94f730 100644
--- a//appsync/latest/devguide/real-time-websocket-client.md
+++ b//appsync/latest/devguide/real-time-websocket-client.md
@@ -237 +237 @@ The request headers would include the following:
-    * `"X-Amz-Security-Token": <string>`: The AWS session token, which is required when using temporary security credentials. For more information, see [Using temporary credentials with AWS resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html) in the _IAM User Guide_.
+    * `"X-Amz-Security-Token": <string>`: The AWS session token, which is required when using temporary security credentials. For more information, see [Using temporary credentials with AWS resources](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_credentials_temp_use-resources.html) in the _IAM User Guide_.