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

    Interface Endpoint

    use EndpointV2 from @smithy/types.

    interface Endpoint {
        hostname: string;
        path: string;
        port?: number;
        protocol: string;
        query?: QueryParameterBag;
    }
    Index

    Properties

    hostname: string
    path: string
    port?: number
    protocol: string