Skip to content

a docker container that runs DynamoDB and dynamo-admin

Notifications You must be signed in to change notification settings

hancengiz/dynamodb-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws dynamodb on local

a docker container that runs DynamoDB and dynamo-admin

use it directly from docker hub

docker pull hancengiz/dynamodb-local
docker run -p8000:8000 -p8001:8001 hancengiz/dynamodb-local

or build locally and run locally :

docker build . -t dynamodb_local
docker run -p8000:8000 -p8001:8001 dynamodb_local

navigate to

http://localhost:8001 for admin UI

source code : https://github.com/hancengiz/dynamodb-local

docker hub : https://hub.docker.com/r/hancengiz/dynamodb-local/

About

a docker container that runs DynamoDB and dynamo-admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages