AWS athena documentation change
Summary
Added a note about Lambda environment properties applying only when using the connector with a Lambda function, and updated terminology from 'Glue connections' to 'AWS Glue Data Catalog federated connection' for consistency across connectors.
Security assessment
This is a documentation consistency update, clarifying requirements like using AWS Secrets Manager, but it does not address security vulnerabilities or add new security features. No concrete evidence of security issues.
Diff
diff --git a/athena/latest/ug/connectors-microsoft-sql-server.md b/athena/latest/ug/connectors-microsoft-sql-server.md index cbaf07cf8..ee672405a 100644 --- a//athena/latest/ug/connectors-microsoft-sql-server.md +++ b//athena/latest/ug/connectors-microsoft-sql-server.md @@ -84,0 +85,2 @@ Use the following command to get the schema for a Glue connection object. This s +The following Lambda environment properties apply only when you use the connector with a Lambda function in your account. + @@ -100 +102 @@ Use the following command to get the schema for a Glue connection object. This s - * All connectors that use Glue connections must use AWS Secrets Manager to store credentials. + * All connectors that use a AWS Glue Data Catalog federated connection must use AWS Secrets Manager to store credentials. @@ -102 +104 @@ Use the following command to get the schema for a Glue connection object. This s - * The SQL Server connector created using Glue connections does not support the use of a multiplexing handler. + * The SQL Server connector created using a AWS Glue Data Catalog federated connection does not support the use of a multiplexing handler. @@ -104 +106 @@ Use the following command to get the schema for a Glue connection object. This s - * The SQL Server connector created using Glue connections only supports `ConnectionSchemaVersion` 2. + * The SQL Server connector created using a AWS Glue Data Catalog federated connection only supports `ConnectionSchemaVersion` 2.