Code Monkey home page Code Monkey logo

Comments (7)

irshaad-auhammad-cko avatar irshaad-auhammad-cko commented on May 23, 2024 1

Has there been any new changes on this by any chance?

from dynamodb-admin.

emadow avatar emadow commented on May 23, 2024

👍 Also having this issue

from dynamodb-admin.

garrettheel avatar garrettheel commented on May 23, 2024

From some quick testing, this seems to be a limitation of aws-sdk on the backend side.

Version 3 of the SDK fixes this (confirmed via testing), however it's still in developer preview (for a year now) and it will change the way in which you interact with items.

See an example here:

Screen Shot 2019-10-19 at 11 19 00 AM

Note that attribute types are now part of item and must be dealt with explicitly. I personally think this is good, but some might disagree and argue that it adds overhead for a development tool :)

@rhl do you have any thoughts here? I can send a PR to upgrade to the new SDK if you're on board

from dynamodb-admin.

rchl avatar rchl commented on May 23, 2024

I would be OK with updating to version 3 of SDK if it retains full compatibility with existing databases and won't modify them in some way that would be incompatible with version 2.

But if there is a converter we can use, maybe that's safer and less work.

from dynamodb-admin.

garrettheel avatar garrettheel commented on May 23, 2024

@rchl I don't expect that the new SDK version would break compatibility with any existing DBs, just that it'll change the usage of dynamodb-admin slightly in the sense that you'll see type metadata on the edit item page

It may be possible to intercept the deserialization occurring in v2 of the SDK, but this would be hacky at best and probably not a great long-term solution.

from dynamodb-admin.

garrettheel avatar garrettheel commented on May 23, 2024

I created #83 as a proof-of-concept if you want to play around. There's a lot of left to do before it would be ready to merge, but you can at least create a table and get a feel for the usability changes

from dynamodb-admin.

rixth avatar rixth commented on May 23, 2024

This is causing pain for me as well.

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.