Options
All
  • Public
  • Public/Protected
  • All
Menu

LaunchDarkly Server-Side Node SDK DynamoDB Integration (4.1.0)

Index

Functions

  • DynamoDBBigSegmentStore(tableName: string, options?: LDDynamoDBOptions): (config: LDOptions) => BigSegmentStore
  • DynamoDBFeatureStore(tableName: string, options?: LDDynamoDBOptions): (config: LDOptions) => LDFeatureStore
  • Create a feature flag store backed by DynamoDB.

    Parameters

    Returns (config: LDOptions) => LDFeatureStore

      • (config: LDOptions): LDFeatureStore
      • Create a feature flag store backed by DynamoDB.

        Parameters

        • config: LDOptions

        Returns LDFeatureStore

Generated using TypeDoc