diff --git a/.sdk_metadata.json b/.sdk_metadata.json index fa84d0221..a71cd2929 100644 --- a/.sdk_metadata.json +++ b/.sdk_metadata.json @@ -55,6 +55,7 @@ "relayProxyDaemon": { "introduced": "1.2" }, "relayProxyProxy": { "introduced": "1.0" }, "storingData": { "introduced": "1.2" }, + "storingDataDynamodb": { "introduced": "3.13" }, "storingDataRedis": { "introduced": "1.2" }, "testDataSource": { "introduced": "2.6" }, "track": { "introduced": "1.0" }, diff --git a/libs/server-sdk-dynamodb-source/README.md b/libs/server-sdk-dynamodb-source/README.md index 8732b1e8a..546c8edff 100644 --- a/libs/server-sdk-dynamodb-source/README.md +++ b/libs/server-sdk-dynamodb-source/README.md @@ -6,12 +6,9 @@ LaunchDarkly Server-Side SDK - DynamoDB Source for C/C++ The LaunchDarkly Server-Side SDK DynamoDB Source for C/C++ is designed for use with the Server-Side SDK. -This component will allow the Server-Side SDK to retrieve feature flag configurations from DynamoDB, rather than +This component allows the Server-Side SDK to retrieve feature flag configurations from DynamoDB, rather than from LaunchDarkly. -> [!NOTE] -> The Big Segments store implementation will land in a subsequent release. - LaunchDarkly overview ------------------------- [LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags diff --git a/libs/server-sdk-dynamodb-source/docs/doc.md b/libs/server-sdk-dynamodb-source/docs/doc.md index 0210cdc1c..f79dfa2de 100644 --- a/libs/server-sdk-dynamodb-source/docs/doc.md +++ b/libs/server-sdk-dynamodb-source/docs/doc.md @@ -3,5 +3,6 @@ The Server-side SDK DynamoDB Source can be used as a source of SDK data instead of the normal LaunchDarkly Streaming or Polling data sources. -This library is currently a scaffold; the public API will land in a -subsequent release. +To create a DynamoDB Source, see [DynamoDBDataSource](@ref launchdarkly::server_side::integrations::DynamoDBDataSource). + +To use DynamoDB as a Big Segments store, see [DynamoDBBigSegmentStore](@ref launchdarkly::server_side::integrations::DynamoDBBigSegmentStore).