1.0.0 • Published 5 years ago

aws-signaturev4-generator v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Generate AWS Signature V4 signed url by using IAM credential (Access key ID and Secret access key) - NodeJS version.

Install

npm install aws-signaturev4-generator

How to use

Please refer to test.js - https://github.com/smoothwood/SW.AWS.SignatureV4.Generator.NodeJS/blob/master/test.js

Please notice, you need to install mqtt (npm install mqtt) library before run this test.