Obs: Docker and docker-compose is necessary
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
The interface is provided by npm package dynamodb-admin
For usage, access localhost:8001