Skip to content

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Jul 25, 2025

DDB offer configurable read consistency,
allow for customers to choose eventually consistent reads for optimal cost and performance
for their use-case.

The Branch Key Store's GetActiveBranchKey, GetBranchKeyVersion, and GetBeaconKey operations utilize AWS DDB GetItem calls which
now set the ConsistentRead flag based on the configuration setting.

See: awslabs/aws-encryption-sdk-specification#302

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

DDB offer configurable read consistency,
allow for customers to choose eventually consistent reads
for optimal cost and performance
for their use-case.

The Branch Key Store's `GetActiveBranchKey`, `GetBranchKeyVersion`, and `GetBeaconKey` operations
utilize AWS DDB `GetItem` calls which
now set the `ConsistentRead` flag based on the configuration setting.
@seebees seebees requested a review from a team as a code owner July 25, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant