# ee-aws-v4-signature

> amazon aws v4 signature generator for their rest interfaces of several of their services

Latest version **0.1.5** (published 2013-08-08) · 0 weekly downloads

## Install

```sh
npm install ee-aws-v4-signature
pnpm add ee-aws-v4-signature
yarn add ee-aws-v4-signature
bun add ee-aws-v4-signature
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2013-08-08 |
| First published | 2013-08-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Michael van der Weg |
| Maintainers | ee |
| Keywords | aws, request, signature, DynamoDB |

## Links

- npm: https://www.npmjs.com/package/ee-aws-v4-signature
- Repository: https://github.com/eventEmitter/ee-aws-v4-signature
- Issues: https://github.com/eventEmitter/ee-aws-v4-signature/issues
- npm.io page: https://npm.io/package/ee-aws-v4-signature

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.1.5 (latest) — 2013-08-08
- 0.1.3 — 2013-08-08
- 0.1.2 — 2013-08-08
- 0.1.1 — 2013-08-08
- 0.1.0 — 2013-08-08

## README

#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()
		}
	} );

---
_Source: https://npm.io/package/ee-aws-v4-signature · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
