AWS Security ChangesHomeSearch

AWS appsync documentation change

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

File: appsync/latest/devguide/attaching-a-data-source.md

Summary

Fixed broken documentation links by adding double slashes in AWS URLs

Security assessment

Changes only modify URL formatting (adding '//' after domain) without altering security content. No security vulnerabilities, features, or implications are addressed.

Diff

diff --git a/appsync/latest/devguide/attaching-a-data-source.md b/appsync/latest/devguide/attaching-a-data-source.md
index 66b4ce2b6..217ba3dc9 100644
--- a//appsync/latest/devguide/attaching-a-data-source.md
+++ b//appsync/latest/devguide/attaching-a-data-source.md
@@ -17 +17 @@ The following section will show you how to attach a data source to your GraphQL
-Now that you have created a schema in the AWS AppSync console, you can attach a data source to it. When you initially create an API, there's an option to provision an Amazon DynamoDB table during the creation of the predefined schema. However, we won't be covering that option in this section. You can see an example of this in the [Launching a schema](https://docs.aws.amazon.com/appsync/latest/devguide/schema-launch-start.html) section.
+Now that you have created a schema in the AWS AppSync console, you can attach a data source to it. When you initially create an API, there's an option to provision an Amazon DynamoDB table during the creation of the predefined schema. However, we won't be covering that option in this section. You can see an example of this in the [Launching a schema](https://docs.aws.amazon.com//appsync/latest/devguide/schema-launch-start.html) section.
@@ -351 +351 @@ JSON
-In the next section ([Configuring Resolvers](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-config-overview.html)), we'll add our resolver business logic and attach it to the fields in our schema to process the data in our data source.
+In the next section ([Configuring Resolvers](https://docs.aws.amazon.com//appsync/latest/devguide/resolver-config-overview.html)), we'll add our resolver business logic and attach it to the fields in our schema to process the data in our data source.
@@ -353 +353 @@ In the next section ([Configuring Resolvers](https://docs.aws.amazon.com/appsync
-For more information regarding role policy configuration, see [Modifying a role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage_modify.html) in the _IAM User Guide_.
+For more information regarding role policy configuration, see [Modifying a role](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_roles_manage_modify.html) in the _IAM User Guide_.