Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamodb-admin stopped working #473

Open
dmtr-kr opened this issue Dec 11, 2024 · 3 comments
Open

dynamodb-admin stopped working #473

dmtr-kr opened this issue Dec 11, 2024 · 3 comments

Comments

@dmtr-kr
Copy link

dmtr-kr commented Dec 11, 2024

dynamodb-admin docker image stopped working. My colleagues in the team also have this problem. We guess that it is due to the implementation — we swapped the docker image 'aaronshaf/dynamodb-admin:latest' with the outdated image 'instructure/dynamo-local-admin:latest', and it worked again.

If you now try to open 'dynamo-db' on 'localhost' under the correct port, this is what it looks like.
image

The container starts and throws no other errors.
image

This is the configuration in 'docker-compose.yaml'
image

Current local setup

  • MS Windows 10
  • Docker Desktop: Current version: 4.34.3 (170107)
  • Docker Engine v27.2.0
@rchl
Copy link
Collaborator

rchl commented Dec 20, 2024

What the latest resolves to in your case? Can you check which is the latest version that still works?
Also feel free to share the whole docker-compose.yaml in text form if it reproduces using that one.

@Kenpal-ElenaTokumura
Copy link

I'm probably experiencing a similar issue.

ECONNREFUSED error occurs from Docker image version 5.0.1.
When I reverted back to version 4.6.2 it worked fine.

services:
  dynamodb:
    container_name: dynamodb-local
    image: "amazon/dynamodb-local:latest"
    command: "-jar DynamoDBLocal.jar -sharedDb -dbPath ./data"
    ports:
      - "8000:8000"
    volumes:
      - "./data/dynamodb:/home/dynamodblocal/data"
    working_dir: /home/dynamodblocal

  dynamodb-admin:
    container_name: dynamodb-admin
    image: aaronshaf/dynamodb-admin:latest
    environment:
      - DYNAMO_ENDPOINT=dynamodb:8000
    ports:
      - 8001:8001
    depends_on:
      - dynamodb

It looks like dynamodb-admin is failing to connect to the dynamodb container.

@sbimochan
Copy link

I found this tool instead and have been using it since 2 years. It has frequent updates as well. It has really good UI.
https://github.com/kritish-dhaubanjar/dynamodb-dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants