dynamodb-geo.js icon indicating copy to clipboard operation
dynamodb-geo.js copied to clipboard

Thoughts on making library compatible with DynamoDb Document Client?

Open hoggkm opened this issue 6 years ago • 5 comments

I was going to do this myself becasue I would prefer to give / recieve data drom dynamo in a normalized JSON format rather than explicitly delcaring the types for everything, but I havent ot around to learning how to create my own modules yet..

https://aws.amazon.com/blogs/developer/announcing-the-amazon-dynamodb-document-client-in-the-aws-sdk-for-javascript/

I actually made some very basic changes to the local files after installing to make this work already and it is great... Didn't know if yuo were planning to add support for this at all.

hoggkm avatar Jan 07 '18 03:01 hoggkm

I agree, I did some changes locally as well. Maybe we can join our efforts and make it work?

bognix avatar Mar 08 '18 07:03 bognix

I don't have time to work on this right now but I'd love to see it - the current API feels very clunky and non-JS compared to the document client.

robhogan avatar Apr 01 '18 18:04 robhogan

@hoggkm @bognix I started something here: #28. Let me know if you want to help.

igorescobar avatar Sep 04 '18 17:09 igorescobar

I'd like to see this so that I can use convertEmptyValues

sichiu avatar Oct 02 '19 09:10 sichiu

There is a fork of this library that supports document client https://github.com/manosamy/dynamodb-documentclient-geo.js

robertolosanno-e2x avatar Mar 20 '20 15:03 robertolosanno-e2x