awspilot / dynamodb-oop

Speak fluent DynamoDB, write code with fashion, I Promise() 😃
https://awspilot.dev
MIT License
119 stars 28 forks source link

support for aws-sdk-js 2.2.0 #10

Closed bradoyler closed 8 years ago

bradoyler commented 8 years ago

any plans to create wrapper for DynamoDB.DocumentClient?

adrianpraja commented 8 years ago

Hi Brad,

It looks to me that DocumentClient is a wrapper around AWS.DynamoDB delegating all its methods to the main library

much like an AWS.DynamoDB + dynamodb-doc

I'm not sure about the pros and cons of wrapping DocumentClient instead

if you have any thoughts please let me know

Thanks

bradoyler commented 8 years ago

I see now, thanks for the info. This already supports aws-sdk v2.2.x. :dizzy_face: