1.1.0 • Published 3 years ago

aws-signed-axios v1.1.0

Weekly downloads
270
License
MIT
Repository
github
Last release
3 years ago

aws-signed-axios

license

Make HTTP requests with an AWSv4 signature. This library wraps https://github.com/axios/axios and signs requests using aws4. In its current form, this module wraps the axios request() function when a URL is provided. Contributions are welcome for other features.

Usage

npm install --save aws-signed-axios
const signedRequest = require('aws-signed-axios')

const response = signedAxios({
  method: 'GET',
  url
}).then(response => ...)

LICENSE

MIT

1.1.0

3 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago