Skip to content

docs: Record DynamoDB persistent store support in SDK metadata and fix stale library docs - #593

Merged
beekld merged 2 commits into
mainfrom
bklimt/SDK-2895/dynamodb-metadata-and-docs
Aug 11, 2026
Merged

docs: Record DynamoDB persistent store support in SDK metadata and fix stale library docs#593
beekld merged 2 commits into
mainfrom
bklimt/SDK-2895/dynamodb-metadata-and-docs

Conversation

@beekld

@beekld beekld commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

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.

  • Adds storingDataDynamodb (introduced 3.13) to the cpp-server-sdk entry 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 of storingDataRedis).
  • 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 shipped DynamoDBDataSource and DynamoDBBigSegmentStore.

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 in 3.13) to .sdk_metadata.json so DynamoDB appears in the SDK feature matrix alongside Redis.

Updates the DynamoDB source README and Doxygen overview to remove the "scaffold / coming later" language and point to the shipped DynamoDBDataSource and DynamoDBBigSegmentStore APIs.

Reviewed by Cursor Bugbot for commit 19084c1. Bugbot is set up for automated code reviews on this repo. Configure here.

@beekld
beekld marked this pull request as ready for review August 11, 2026 21:34
@beekld
beekld requested a review from a team as a code owner August 11, 2026 21:34
@beekld
beekld merged commit f4ccdbd into main Aug 11, 2026
56 of 57 checks passed
@beekld
beekld deleted the bklimt/SDK-2895/dynamodb-metadata-and-docs branch August 11, 2026 22:19
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.

2 participants