You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

aws-signed-axios

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-signed-axios

Make AWS4-signed HTTP requests

1.1.0
latest
Source
npm
Version published
Weekly downloads
46
-52.58%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

aws4

FAQs

Package last updated on 12 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts