AWS aurora-dsql documentation change
Summary
Updated title and introductory paragraph for the Aurora DSQL Connector for .NET Npgsql documentation, clarifying it integrates IAM authentication.
Security assessment
This change clarifies that the connector integrates IAM authentication, which is a security feature for database access. However, it doesn't address a specific security vulnerability or incident - it's a documentation clarification about existing security capabilities.
Diff
diff --git a/aurora-dsql/latest/userguide/SECTION_program-with-dsql-connector-for-dotnet-npgsql.md b/aurora-dsql/latest/userguide/SECTION_program-with-dsql-connector-for-dotnet-npgsql.md index 5af9eef3e..98979628e 100644 --- a//aurora-dsql/latest/userguide/SECTION_program-with-dsql-connector-for-dotnet-npgsql.md +++ b//aurora-dsql/latest/userguide/SECTION_program-with-dsql-connector-for-dotnet-npgsql.md @@ -7 +7 @@ About the connectorExample applicationQuick start guideInstallationUsageConfigur -# Connecting to Aurora DSQL clusters with a .NET connector +# Aurora DSQL Connector for .NET Npgsql @@ -9 +9 @@ About the connectorExample applicationQuick start guideInstallationUsageConfigur -The [Amazon Aurora DSQL Connector for .NET](https://github.com/awslabs/aurora-dsql-connectors/tree/main/dotnet/npgsql) is a .NET connector built on [Npgsql](https://www.npgsql.org/) that integrates IAM authentication for connecting .NET applications to Amazon Aurora DSQL clusters. +The [Aurora DSQL Connector for .NET](https://github.com/awslabs/aurora-dsql-connectors/tree/main/dotnet/npgsql) is a .NET connector built on [Npgsql](https://www.npgsql.org/) that integrates IAM authentication for connecting .NET applications to Amazon Aurora DSQL clusters.