AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

Service: aurora-dsql · 2025-05-28 · Documentation low

File: aurora-dsql/latest/userguide/SECTION-tutorials-lambda.md

Summary

Removed preview notice, fixed JSON syntax in Lambda example, changed tutorial section title to 'Backup and restore'

Security assessment

The JSON syntax fix prevents potential runtime errors but doesn't address vulnerabilities. The 'Backup and restore' title suggests added disaster recovery content, which relates to security best practices for data protection.

Diff

diff --git a/aurora-dsql/latest/userguide/SECTION-tutorials-lambda.md b/aurora-dsql/latest/userguide/SECTION-tutorials-lambda.md
index dd638a944..52ca76d89 100644
--- a//aurora-dsql/latest/userguide/SECTION-tutorials-lambda.md
+++ b//aurora-dsql/latest/userguide/SECTION-tutorials-lambda.md
@@ -5,2 +4,0 @@
-Amazon Aurora DSQL is provided as a Preview service. To learn more, see [Betas and Previews ](https://aws.amazon.com/service-terms/) in the AWS Service Terms. 
-
@@ -188 +186 @@ We're using an admin role to minimize prerequisite steps to get started. You sho
-  8. If it succeeded, the Lambda function execution response should return a 200 status code:
+  8. If it succeeded, the Lambda function execution response should return a 200 status code.
@@ -190 +188 @@ We're using an admin role to minimize prerequisite steps to get started. You sho
-        {statusCode": 200, "endpoint": "your_cluster_endpoint"}
+        {"statusCode": 200, "endpoint": "your_cluster_endpoint"}
@@ -207 +205 @@ Tutorials
-Setting up Aurora DSQL clusters
+Backup and restore