AWS aurora-dsql documentation change
Summary
Added documentation for the new Aurora DSQL Connector for Rust SQLx, which provides automatic IAM authentication, token generation, and SSL configuration.
Security assessment
The change introduces a new feature (a connector) that includes security features like IAM authentication and SSL configuration. However, there is no evidence that this change addresses a specific security vulnerability or incident; it is a feature addition.
Diff
diff --git a/aurora-dsql/latest/userguide/doc-history.md b/aurora-dsql/latest/userguide/doc-history.md index 0362583df..82d111496 100644 --- a//aurora-dsql/latest/userguide/doc-history.md +++ b//aurora-dsql/latest/userguide/doc-history.md @@ -10,0 +11 @@ Change| Description| Date +New content: Aurora DSQL Connector for Rust SQLx| Added documentation for the Aurora DSQL Connector for Rust `SQLx`, which wraps `SQLx` with automatic IAM authentication. The connector handles token generation, SSL configuration, and connection management for Rust applications. For more information, see [Connecting to Aurora DSQL clusters with a Rust connector](SECTION_program-with-dsql-connector-for-rust-sqlx.html).| March 27, 2026