/dynamodb-local-persistent

Docker compose template for dynamoDB local and persistent with interface

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