-
Notifications
You must be signed in to change notification settings - Fork 97
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
Thoughts on making library compatible with DynamoDb Document Client? #14
Comments
I agree, I did some changes locally as well. Maybe we can join our efforts and make it work? |
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. |
I'd like to see this so that I can use convertEmptyValues |
There is a fork of this library that supports document client https://github.com/manosamy/dynamodb-documentclient-geo.js |
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.
The text was updated successfully, but these errors were encountered: