Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LambdaFunction

Interface for AWS Node.js Lambda signature

Hierarchy

  • LambdaFunction

Callable

  • __call(event: any, context: any, callback?: function): void
  • Interface for AWS Node.js Lambda signature

    Parameters

    • event: any
    • context: any
    • Optional callback: function
        • (error?: Error, result?: any): void
        • Parameters

          • Optional error: Error
          • Optional result: any

          Returns void

    Returns void

Generated using TypeDoc