Skip to main content Link Search Menu Expand Document (external link)

DynamoDBServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toDynamoDBClientConfig

Signature

export declare const toDynamoDBClientConfig: Effect.Effect<DynamoDBClientConfig, never, never>

Added in v1.0.0

dynamodb service config

setDynamoDBServiceConfig

Signature

export declare const setDynamoDBServiceConfig: (config: DynamoDBService.Config) => Layer.Layer<never, never, never>

Added in v1.0.0

withDynamoDBServiceConfig

Signature

export declare const withDynamoDBServiceConfig: {
  (config: DynamoDBService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
  <A, E, R>(effect: Effect.Effect<A, E, R>, config: DynamoDBService.Config): Effect.Effect<A, E, R>
}

Added in v1.0.0