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.
- 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
See the docs for usage and examples.