Skip to main content
Module

x/aws_sign_v4/mod.ts

Generate AWS Signature V4 for AWS low-level REST APIs.
Latest
import * as awsSignV4 from "https://deno.land/x/aws_sign_v4@1.0.2/mod.ts";

Classes

This class can be used to create AWS Signature V4 for low-level AWS REST APIs. You can either provide credentials for this API using the options in the constructor, or let them be aquired automatically through environment variables.

Interfaces

The AWS credentials to use for signing.

Generic AWS Signer interface