AWS athena documentation change
Summary
Added clarification that Lambda environment properties only apply when using the connector with a Lambda function in your account, and updated terminology from 'Glue connections' to 'AWS Glue Data Catalog federated connection' in three bullet points regarding Secrets Manager requirements, multiplexing handler support, and ConnectionSchemaVersion support.
Security assessment
The change mirrors the same terminology updates and Lambda environment note as the Timestream connector documentation. It reinforces existing security practices (Secrets Manager) but shows no evidence of addressing a security vulnerability or adding new security features.
Diff
diff --git a/athena/latest/ug/connectors-tpcds.md b/athena/latest/ug/connectors-tpcds.md index e02683585..78377e4b9 100644 --- a//athena/latest/ug/connectors-tpcds.md +++ b//athena/latest/ug/connectors-tpcds.md @@ -42,0 +43,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. + @@ -50 +52 @@ 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. @@ -52 +54 @@ Use the following command to get the schema for a Glue connection object. This s - * The TPC-DS connector created using Glue connections does not support the use of a multiplexing handler. + * The TPC-DS connector created using a AWS Glue Data Catalog federated connection does not support the use of a multiplexing handler. @@ -54 +56 @@ Use the following command to get the schema for a Glue connection object. This s - * The TPC-DS connector created using Glue connections only supports `ConnectionSchemaVersion` 2. + * The TPC-DS connector created using a AWS Glue Data Catalog federated connection only supports `ConnectionSchemaVersion` 2.