Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@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.