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

LambdaService overview

Added in v1.0.0


Table of contents


constructors

makeLambdaService

Signature

export declare const makeLambdaService: Effect.Effect<LambdaService$, never, LambdaClientInstance>

Added in v1.0.0

layers

BaseLambdaServiceLayer

Signature

export declare const BaseLambdaServiceLayer: Layer.Layer<LambdaService, never, LambdaClientInstance>

Added in v1.0.0

DefaultLambdaServiceLayer

Signature

export declare const DefaultLambdaServiceLayer: Layer.Layer<LambdaService, never, never>

Added in v1.0.0

LambdaServiceLayer

Signature

export declare const LambdaServiceLayer: Layer.Layer<LambdaService, never, LambdaClientInstanceConfig>

Added in v1.0.0

models

Lambda

Signature

export declare const Lambda: typeof LambdaService

Added in v1.0.0

LambdaService (class)

Signature

export declare class LambdaService

Added in v1.0.0

utils

HttpHandlerOptions (interface)

Signature

export interface HttpHandlerOptions {
  /**
   * The maximum time in milliseconds that the connection phase of a request
   * may take before the connection attempt is abandoned.
   */
  requestTimeout?: number
}

Added in v1.0.0