@sailplane/aws-https
v3.0.1
Published
HTTPS client with AWS Signature v4
Downloads
45
Readme
@sailplane/aws-http - HTTPS client with AWS Signature v4
What?
The AwsHttps class is an HTTPS (notice, not HTTP) client purpose made for use in and with AWS environments.
This is part of the sailplane library of utilities for AWS Serverless in Node.js.
Why?
- Simple Promise or async syntax
- Optionally authenticates to AWS via AWS Signature v4 using aws4
- Familiar options
- Helper to build request options from URL object
- Light-weight
- Easily extended for unit testing
How?
See the docs for usage and examples.