Skip to main content
Module

x/aws_api/client/signing.ts

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