@sailplane/aws-https

HTTPS client with AWS Signature v4

Usage no npm install needed!

<script type="module">
  import sailplaneAwsHttps from 'https://cdn.skypack.dev/@sailplane/aws-https';
</script>

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 doc site for usage and examples.