Module

x/aws_api/client/signing.ts

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
import * as mod from "https://dotland.deno.dev/x/aws_api@v0.5.0/client/signing.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.