/aws-sign-proxy

Primary LanguageJavaScriptApache License 2.0Apache-2.0

AWS Sign Proxy

AWS Sign Proxy to access your AWS SERVICES.

Usage

Install the npm module

npm install -g aws-sign-proxy

NPM Stats

Set AWS credentials

export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXX
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXX

Run the proxy

aws-sign-proxy <service-endpoint>

Alternativly, you can set the AWS_PROFILE environment variable

AWS_PROFILE=myprofile aws-sign-proxy <service-endpoint>