Skip to content

For Local DynamoDB, you sometimes need a secure endpoint instead of the default HTTP. This is a simple HTTPS proxy on top of DynamoDB APIs

License

Notifications You must be signed in to change notification settings

ayanray/dynamodb-https-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDB HTTPS Proxy

For Local DynamoDB, you sometimes need a secure endpoint instead of the default HTTP-only support.

This application provides a simple HTTPS proxy forwarding to a production or local DynamoDB endpoint.

Usage

git clone [email protected]:ayanray/dynamodb-https-proxy.git
cd dynamodb-https-proxy
export HTTPS_PORT=3100
export DYNAMODB_URL=localhost:8000
npm start

Console Output

Server listening on port 3100
DynamoDB Proxy to localhost:8000

Configuration:
Set your own port by using environment variables HTTPS_PORT and DYNAMODB_URL

About

For Local DynamoDB, you sometimes need a secure endpoint instead of the default HTTP. This is a simple HTTPS proxy on top of DynamoDB APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published