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

    Interface RequestSigner

    An object that signs request objects with AWS credentials using one of the AWS authentication protocols.

    interface RequestSigner {
        sign(
            requestToSign: HttpRequest,
            options?: RequestSigningArguments,
        ): Promise<HttpRequest>;
    }
    Index

    Methods

    Methods