AWS Security ChangesHomeSearch

AWS appsync documentation change

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

File: appsync/latest/devguide/rds-introspection.md

Summary

Fixed URL formatting by adding double slashes in multiple documentation links

Security assessment

The changes are purely URL syntax corrections (adding redundant slashes) without modifying security-related content. References to Secrets Manager and IAM permissions were already present in the original text and remain unchanged except for URL formatting.

Diff

diff --git a/appsync/latest/devguide/rds-introspection.md b/appsync/latest/devguide/rds-introspection.md
index 41ee1d978..80b1c9daf 100644
--- a//appsync/latest/devguide/rds-introspection.md
+++ b//appsync/latest/devguide/rds-introspection.md
@@ -30 +30 @@ AWS AppSync makes building APIs from existing relational databases easy. Its int
-AWS AppSync provides integrated JavaScript utilities to simplify writing SQL statements in resolvers. You can use AWS AppSync's `sql` tag templates for static statements with dynamic values, or the `rds` module utilities to build statements programmatically. See the [resolver function reference for RDS](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-rds-js.html) data sources and [built-in modules](https://docs.aws.amazon.com/appsync/latest/devguide/built-in-modules-js.html#built-in-rds-modules) for more. 
+AWS AppSync provides integrated JavaScript utilities to simplify writing SQL statements in resolvers. You can use AWS AppSync's `sql` tag templates for static statements with dynamic values, or the `rds` module utilities to build statements programmatically. See the [resolver function reference for RDS](https://docs.aws.amazon.com//appsync/latest/devguide/resolver-reference-rds-js.html) data sources and [built-in modules](https://docs.aws.amazon.com//appsync/latest/devguide/built-in-modules-js.html#built-in-rds-modules) for more. 
@@ -34 +34 @@ AWS AppSync provides integrated JavaScript utilities to simplify writing SQL sta
-For a detailed tutorial and getting started guide, see [Tutorial: Aurora PostgreSQL Serverless with Data API](https://docs.aws.amazon.com/appsync/latest/devguide/aurora-serverless-tutorial-js.html). 
+For a detailed tutorial and getting started guide, see [Tutorial: Aurora PostgreSQL Serverless with Data API](https://docs.aws.amazon.com//appsync/latest/devguide/aurora-serverless-tutorial-js.html). 
@@ -48 +48 @@ The AWS AppSync console allows you to create an AWS AppSync GraphQL API from you
-    3. Under **Private API configuration** , you can enable private API features. A private API can only be accessed from a configured VPC endpoint (VPCE). For more information, see [Private APIs](https://docs.aws.amazon.com/appsync/latest/devguide/using-private-apis.html).
+    3. Under **Private API configuration** , you can enable private API features. A private API can only be accessed from a configured VPC endpoint (VPCE). For more information, see [Private APIs](https://docs.aws.amazon.com//appsync/latest/devguide/using-private-apis.html).
@@ -56 +56 @@ We don't recommend enabling this feature for this example. Choose **Next** after
-    2. Choose the **Aurora cluster** from the drop-down list. Note that you must have created and [enabled](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html#data-api.enabling) a corresponding data API before using the resource.
+    2. Choose the **Aurora cluster** from the drop-down list. Note that you must have created and [enabled](https://docs.aws.amazon.com//AmazonRDS/latest/AuroraUserGuide/data-api.html#data-api.enabling) a corresponding data API before using the resource.
@@ -58 +58 @@ We don't recommend enabling this feature for this example. Choose **Next** after
-    3. Next, you must add the credentials for your database to the service. This is primarily done using AWS Secrets Manager. Choose the **Region** in which your secret exists. For more information on how to retrieve secret information, see [Find secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html) or [Retrieve secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html).
+    3. Next, you must add the credentials for your database to the service. This is primarily done using AWS Secrets Manager. Choose the **Region** in which your secret exists. For more information on how to retrieve secret information, see [Find secrets](https://docs.aws.amazon.com//secretsmanager/latest/userguide/manage_search-secret.html) or [Retrieve secrets](https://docs.aws.amazon.com//secretsmanager/latest/userguide/retrieving-secrets.html).
@@ -60 +60 @@ We don't recommend enabling this feature for this example. Choose **Next** after
-    4. Add your secret from the drop-down list. Note that the user must have [read permissions](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-console) for your database.
+    4. Add your secret from the drop-down list. Note that the user must have [read permissions](https://docs.aws.amazon.com//AmazonRDS/latest/UserGuide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-console) for your database.
@@ -125 +125 @@ To preview the content of the schema based on your selections, choose **Preview
-You can use the `StartDataSourceIntrospection` introspection API to discover models in your database programmatically. For more details on the command, see using the [`StartDataSourceIntrospection`](https://docs.aws.amazon.com/appsync/latest/APIReference/API_StartDataSourceIntrospection.html) API. 
+You can use the `StartDataSourceIntrospection` introspection API to discover models in your database programmatically. For more details on the command, see using the [`StartDataSourceIntrospection`](https://docs.aws.amazon.com//appsync/latest/APIReference/API_StartDataSourceIntrospection.html) API.