2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

dynamoidをlocalで動かし、dynamo-adminで確認するdocker-compose

Last updated at Posted at 2019-09-23

clone && build && up && create dynamodb data

git clone git@github.com:kajirikajiri/dynamo_test.git
cd dynamo_test
docker-compose build
docker-compose up -d
docker-compose run --rm rails bash
rails c
User.new.save

open browser and check

tell me if you find a bug

2
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?