docs: Record DynamoDB persistent store support in SDK metadata and fix stale library docs - #593
Merged
Merged
Conversation
beekld
marked this pull request as ready for review
August 11, 2026 21:34
aaron-zeisler
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Records the C++ server SDK's DynamoDB persistent store support in SDK metadata and corrects the DynamoDB source library's own docs, which still described the library as unfinished.
storingDataDynamodb(introduced3.13) to thecpp-server-sdkentry in.sdk_metadata.json, so DynamoDB shows up as a supported persistent store in the SDK feature matrix. This is the LazyLoad/persistent-store capability (the DynamoDB analog ofstoringDataRedis).libs/server-sdk-dynamodb-source/README.md: updated to reflect that the Big Segments store has launched.libs/server-sdk-dynamodb-source/docs/doc.md: replaces the "currently a scaffold" text with Doxygen links to the shippedDynamoDBDataSourceandDynamoDBBigSegmentStore.Note
Overview
Records DynamoDB persistent-store support for the C++ server SDK and updates the DynamoDB source library docs that still described it as unfinished.
Adds
storingDataDynamodb(introduced in3.13) to.sdk_metadata.jsonso DynamoDB appears in the SDK feature matrix alongside Redis.Updates the DynamoDB source
READMEand Doxygen overview to remove the "scaffold / coming later" language and point to the shippedDynamoDBDataSourceandDynamoDBBigSegmentStoreAPIs.Reviewed by Cursor Bugbot for commit 19084c1. Bugbot is set up for automated code reviews on this repo. Configure here.