robhogan / dynamodb-geo.js

A node-friendly typescript port of https://github.com/awslabs/dynamodb-geo
210 stars 96 forks source link

Thoughts on making library compatible with DynamoDb Document Client? #14

Open hoggkm opened 6 years ago

hoggkm commented 6 years ago

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.

bognix commented 6 years ago

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

robhogan commented 6 years ago

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.

igorescobar commented 6 years ago

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

sichiu commented 4 years ago

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

robertolosanno-e2x commented 4 years ago

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