AWS Security ChangesHomeSearch

AWS athena documentation change

Service: athena · 2025-05-25 · Documentation low

File: athena/latest/ug/connectors-docdb.md

Summary

Fixed apostrophe in query explanation text

Security assessment

Grammatical correction in technical explanation with no security implications.

Diff

diff --git a/athena/latest/ug/connectors-docdb.md b/athena/latest/ug/connectors-docdb.md
index c54b73f13..74c59c4ca 100644
--- a//athena/latest/ug/connectors-docdb.md
+++ b//athena/latest/ug/connectors-docdb.md
@@ -190 +190 @@ The Athena Amazon DocumentDB connector does not currently support parallel scans
-The Lambda function performs projection pushdown to decrease the data scanned by the query. However, selecting a subset of columns sometimes results in a longer query execution runtime. `LIMIT` clauses reduce the amount of data scanned, but if you don&t provide a predicate, you should expect `SELECT` queries with a `LIMIT` clause to scan at least 16 MB of data.
+The Lambda function performs projection pushdown to decrease the data scanned by the query. However, selecting a subset of columns sometimes results in a longer query execution runtime. `LIMIT` clauses reduce the amount of data scanned, but if you don't provide a predicate, you should expect `SELECT` queries with a `LIMIT` clause to scan at least 16 MB of data.