Generate AWS Signature V4 for AWS low-level REST APIs.
-
Updated
Jul 25, 2023 - TypeScript
Generate AWS Signature V4 for AWS low-level REST APIs.
This module makes it easy to sign AWS requests with the Signature V4 algorithm, using a simple interface. Each request is signed in a separate thread, so that the main thread is not blocked. The module use lru-cache to cache the signing keys, so that the same key is not computed twice.
Add a description, image, and links to the aws-signature-v4 topic page so that developers can more easily learn about it.
To associate your repository with the aws-signature-v4 topic, visit your repo's landing page and select "manage topics."