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

LambdaServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toLambdaClientConfig

Signature

export declare const toLambdaClientConfig: Effect.Effect<LambdaClientConfig, never, never>

Added in v1.0.0

lambda service config

setLambdaServiceConfig

Signature

export declare const setLambdaServiceConfig: (config: LambdaService.Config) => Layer.Layer<never, never, never>

Added in v1.0.0

withLambdaServiceConfig

Signature

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

Added in v1.0.0