A standalone implementation of the AWS Signature V4 request signing algorithm
npm install @smithy/signature-v4

This package contains an implementation of the AWS Signature Version 4
authentication scheme.
It is internal to Smithy-TypeScript generated clients, and not generally intended for standalone usage outside this context.
For custom usage, inspect the interface of the SignatureV4 class.