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

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./LambdaClientInstance.js”

Re-exports all named exports from the “./LambdaClientInstance.js” module as LambdaClientInstance.

Signature

export * as LambdaClientInstance from "./LambdaClientInstance.js"

Added in v1.0.0

From “./LambdaService.js”

Re-exports all named exports from the “./LambdaService.js” module.

Signature

export * from "./LambdaService.js"

Added in v1.0.0

From “./LambdaServiceConfig.js”

Re-exports all named exports from the “./LambdaServiceConfig.js” module as LambdaServiceConfig.

Signature

export * as LambdaServiceConfig from "./LambdaServiceConfig.js"

Added in v1.0.0

Lambda

Signature

export declare const Lambda: typeof LambdaService

Added in v1.0.0

Lambda (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = LambdaService.Config

Added in v1.0.0