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

    Interface Options

    interface Options {
        base?: string;
        callbackName?: string;
        compression?: boolean;
        errorHeaderWhitelist?: string[];
        headers?: object;
        isBase64?: boolean;
        logger?: boolean | LoggerOptions;
        mimeTypes?: { [key: string]: string };
        s3Config?: S3ClientConfig;
        serializer?: SerializerFunction;
        version?: string;
    }

    Implemented by

    Index

    Properties

    base?: string
    callbackName?: string
    compression?: boolean
    errorHeaderWhitelist?: string[]
    headers?: object
    isBase64?: boolean
    logger?: boolean | LoggerOptions
    mimeTypes?: { [key: string]: string }
    s3Config?: S3ClientConfig
    serializer?: SerializerFunction
    version?: string