Andrea Gariboldi

Results 14 comments of Andrea Gariboldi

It is not maintained: nowadays I'm mostly using plain dynamo (aws-sdk with DocumentClient: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html ). On Sun, 30 Jul 2017 at 06:00, Sergey Antoninko wrote: > What is current status...

This was one thing: https://github.com/awslabs/dynamodb-transactions/issues/3 I reimplemented the protocol from scratch in dyngo but at the end of the exercise I think the entire project should be refactored with async...

this implies making dyn.updateItem transaction-aware... so that $inc operator can be used correctly in a transaction (actually ignores the transaction).

https://github.com/aaaristo/dyngodb/blob/master/experiments/index.updateItem.js

this should enable cross collection refs

https://github.com/aaaristo/dyngodb/commit/bfa6934dbeb7c09a8047d0c1a1c7f112af1fb1bf some progress

need more of this

@yenfryherrerafeliz The output above is not correct, you are trying to set a map attribute. And it will fail if you try to send an actual UpdateItem command. It should...

Had the same "issue", and solved it like this: https://github.com/aaaristo/rbel Would be cool to know if there is any better way.