Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.9% forks on proxy.golang.org

proxy.golang.org : github.com/launchdarkly/go-server-sdk-dynamodb/v4

Package lddynamodb provides a DynamoDB-backed persistent data store for the LaunchDarkly Go SDK. For more details about how and why you can use a persistent data store, see: https://docs.launchdarkly.com/sdk/features/storing-data/dynamodb#go To use the DynamoDB data store with the LaunchDarkly client: By default, the data store uses a basic DynamoDB client configuration that is equivalent to doing this: This default configuration will only work if your AWS credentials and region are available from AWS environment variables and/or configuration files. If you want to set those programmatically or modify any other configuration settings, you can use the methods of the lddynamodb.DataStoreBuilder returned by lddynamodb.DataStore(). For example: Note that CacheSeconds() is not a method of lddynamodb.DataStoreBuilder, but rather a method of ldcomponents.PersistentDataStore(), because the caching behavior is provided by the SDK for all database integrations. If you are also using DynamoDB for other purposes, the data store can coexist with other data in the same table as long as you use the Prefix option to make each application use different keys. However, it is advisable to configure separate tables in DynamoDB, for better control over permissions and throughput.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/launchdarkly/go-server-sdk-dynamodb/v4
Keywords: dynamodb, feature-flags, feature-toggles, go, golang, launchdarkly, launchdarkly-sdk, launchdarkly-sdk-component, managed-by-terraform
License: Apache-2.0
Latest release: 7 months ago
First release: 7 months ago
Namespace: github.com/launchdarkly/go-server-sdk-dynamodb
Stars: 1 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 10 days ago

    Loading...
    Readme
    Loading...