@lelemondev/sdk - v0.9.9
    Preparing search index...

    Type Alias LambdaHandler<TEvent, TResult>

    LambdaHandler: (event: TEvent, context: LambdaContext) => Promise<TResult>

    Generic AWS Lambda handler type

    Type Parameters

    • TEvent = unknown

      The event type (e.g., APIGatewayProxyEvent)

    • TResult = unknown

      The result type (e.g., APIGatewayProxyResult)

    Type Declaration