JSPM

  • Created
  • Published
  • Downloads 25491191
  • Score
    100M100P100Q262121F
  • License Apache-2.0

A standalone implementation of the AWS Signature V4 request signing algorithm

Package Exports

  • @smithy/signature-v4
  • @smithy/signature-v4/dist-cjs/index.js
  • @smithy/signature-v4/dist-es/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@smithy/signature-v4) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@smithy/signature-v4

NPM version NPM downloads

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.