Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 582 Bytes

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