openapi-typescript-codegen icon indicating copy to clipboard operation
openapi-typescript-codegen copied to clipboard

AWSv4 signature when using Axios Client

Open 13shubham opened this issue 3 years ago • 0 comments

How would I allow my generated Axios HTTP request library to be signed with an AWSv4 signature?

I was generally using this with axios request but finding it difficult to pass it with generated axios client package

axios.interceptors.request.use(aws4Interceptor({
  region: "eu-west-2",
  service: "execute-api",
}));

13shubham avatar Jul 19 '22 13:07 13shubham