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

DynamoDBDocumentServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toTranslateConfig

Signature

export declare const toTranslateConfig: Effect.Effect<TranslateConfig, never, never>

Added in v1.0.0

dynamodb service config

setDynamoDBDocumentServiceConfig

Signature

export declare const setDynamoDBDocumentServiceConfig: (
  config: DynamoDBDocumentService.Config
) => Layer.Layer<never, never, never>

Added in v1.0.0

withDynamoDBDocumentServiceConfig

Signature

export declare const withDynamoDBDocumentServiceConfig: {
  (config: DynamoDBDocumentService.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: DynamoDBDocumentService.Config): Effect.Effect<A, E, R>
}

Added in v1.0.0