ee-aws-v4-signature

0.1.5 • Public • Published

ee-aws-v4-signature

sign REST request for the following services

  • Amazon CloudSearch
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon Elastic Transcoder
  • Amazon Glacier
  • Amazon Redshift
  • Amazon Relational Database Service
  • Amazon Simple Queue Service
  • Auto Scaling
  • AWS CloudFormation
  • AWS Data Pipeline
  • AWS Elastic Beanstalk
  • AWS Identity and Access Management
  • AWS Security Token Service
  • Elastic Load Balancing

install

npm install ee-aws-v4-signature

usage

var sign = require( "ee-aws-v4-signature" );

var signature = sign( {		  
	  url: 		"http://iam.amazonaws.com/"
	, key: 		"AKithisisverywhatever"
	, secret: 	"wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY"
	, region: 	"us-east-1"
	, method: 	"post"
	, service: 	"iam"
	, version: 	"20120812"
	, payload: 	"Action=ListUsers&Version=2010-05-08"
	, headers: {
		  "Content-type": 	"application/x-www-form-urlencoded; charset=utf-8"
		, date: 			new Date()
	}
} );

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.5
    1
  • 0.1.3
    1
  • 0.1.2
    1
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i ee-aws-v4-signature

Weekly Downloads

0

Version

0.1.5

License

none

Last publish

Collaborators

  • ee