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