UNPKG

@kylewebb/aws-sig-v4

Version:

NestJS http client library with automatic aws v4 request signing

7 lines (6 loc) 288 B
import { AxiosInstance } from 'axios'; import { HttpService } from '@nestjs/axios'; import { AwsV4HttpModuleOptions } from './aws-v4-http.module'; export declare class AwsV4HttpService extends HttpService { constructor(axiosInstance: AxiosInstance, config: AwsV4HttpModuleOptions); }