Skip to content

Docker compose template for dynamoDB local and persistent with interface

Notifications You must be signed in to change notification settings

ellyofreitas/dynamodb-local-persistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDB local persistent with interface

Usage

Obs: Docker and docker-compose is necessary

Up container

Clone repo

  git clone https://github.com/ellyofreitas/dynamodb-local-persistent

Create a folder for the persisting data and set permissions

  mkdir data && chmod 755 data -R

Execute container

  docker-compose up --build --force-recreate -d

Interface

The interface is provided by npm package dynamodb-admin

For usage, access localhost:8001

About

Docker compose template for dynamoDB local and persistent with interface

Topics

Resources

Stars

Watchers

Forks