langchain.js
    Preparing search index...

    Class for invoking AWS Lambda functions within the LangChain framework. Extends the DynamicTool class.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Constructors

    • Parameters

      • __namedParameters: LambdaConfig & Omit<DynamicToolInput, "func">

      Returns AWSLambda

    Accessors

    • get lc_namespace(): string[]

      Returns string[]

    • get lc_secrets(): undefined | { [key: string]: string }

      Returns undefined | { [key: string]: string }