aws-signed-axios

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i aws-signed-axios

Weekly Downloads

55

Version

1.1.0

License

MIT

Unpacked Size

5.76 kB

Total Files

6

Last publish

Collaborators

  • eoinsha