AWS Security ChangesHomeSearch

AWS amazondynamodb documentation change

Service: amazondynamodb · 2025-07-01 · Documentation low

File: amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.md

Summary

Updated documentation link from 'Consistency and conflict resolution' to 'Consistency modes' in global tables section

Security assessment

The change only modifies a cross-reference link to point to a renamed documentation section about consistency models. There is no evidence of security vulnerability remediation or security feature documentation being added. The modification appears to be a documentation restructuring rather than addressing security concerns.

Diff

diff --git a/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.md b/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.md
index 649bbba6d..76a6aa226 100644
--- a//amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.md
+++ b//amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.md
@@ -25 +25 @@ Read operations such as `GetItem`, `Query`, and `Scan` provide an optional `Cons
-DynamoDB also supports [global tables](./GlobalTables.html) for multi-active and multi-Region replication. A global table is composed of multiple replica tables in different AWS Regions. Any change made to any item in any replica table is replicated to all the other replicas within the same global table, typically within a second, and are eventually consistent. For more information, see [Consistency and conflict resolution](./V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.conflict-resolution).
+DynamoDB also supports [global tables](./GlobalTables.html) for multi-active and multi-Region replication. A global table is composed of multiple replica tables in different AWS Regions. Any change made to any item in any replica table is replicated to all the other replicas within the same global table, typically within a second, and are eventually consistent. For more information, see [Consistency modes](./V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.consistency-modes).