Code Monkey home page Code Monkey logo

Comments (5)

matheusvellone avatar matheusvellone commented on May 24, 2024

My guess is this is an auth error.
I had my AWs credentials configured to use the aws-cli, which configured some env vars automatically AWS_REGION, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
In my case, if I just don't provide a DYNAMO_ENDPOINT I can access the AWS Dynamo tables.
If you don't want to configure aws-cli you can set those environment variables when running the command to use them to authenticate with AWS.

You can check here the env vars used to mount the config object that will be used to create dynamo objects.

from dynamodb-admin.

matheusvellone avatar matheusvellone commented on May 24, 2024

@Nath5 could you make it work ?

from dynamodb-admin.

aaronshaf avatar aaronshaf commented on May 24, 2024

I don't plan on officially supporting non-local dynamo, especially because we want to add destructive conveniences for local development.

from dynamodb-admin.

nathaniel-holder avatar nathaniel-holder commented on May 24, 2024

So, how about unofficially? Any suggestions on getting dynamodb-admin to be able to query remote AWS endpoint? Or other tools? I haven't seen any decent query tool out there for dynamodb.
Thanks!

from dynamodb-admin.

matheusvellone avatar matheusvellone commented on May 24, 2024

@nathaniel-holder, by default dynamodb-admin doesn't support non-local environments, but you can hack it to allow usage outside your local.

This line blocks the production usage. If you remove it, you can achiev what you want.

But be careful. As this tool isn't designed to be used in production, any wrong click, or bug, can destroy your data.

from dynamodb-admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.