ts-lambda-api - v2.5.7
    Preparing search index...

    Type Alias HandlerFunction<TRequest, TResponse>

    HandlerFunction: (
        req: TRequest,
        res: TResponse,
        next?: NextFunction,
    ) => void | any | Promise<any>

    Type Parameters

    Type Declaration