openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
AWSv4 signature when using Axios Client
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",
}));