JD
JD
Can you add this to the README too?
It looks like they (@trivikr) are ["prioritising" DocumentClient](https://github.com/aws/aws-sdk-js-v3/issues/1223#issuecomment-777853130) in v3. > Considering it's popularity in terms of reactions, and the comments on DocumentClient support - we should consider prioritizing it....
What benefits does v3 bring for us? Bundle size? Is there anything else? Anything we need from v3 that v2 doesn't already do? Would the effort be better spent getting...
Is it just bundle size that is the driver for updating to v3, or is there something else? Does v2 have bugs that are fixed in v3? Etc. I agree...
I like the way that [typedorm](https://github.com/typedorm) have implemented this, with an [abstraction that allows you to choose v2 or v3](https://github.com/typedorm/typedorm/tree/beta/packages/document-client). It's quite neat.
> @jeremydaly How should I use the v3 client? I am getting type errors > > > >  > > You don't... yet.
> How much more time will it take for V4 to be released? And what are the changes we are looking for, I might try to send a PR It's...
> @glcheetham technically you don't need to bundle v2 in your code since it is included in lambda function environment by default 🤷♂️ True, but worth knowing that it's an...
> On this topic I get this error when trying to set created as a composite sort key, so I can order by created date. > > > > ```...
> This PR has been there for ages: https://github.com/jeremydaly/dynamodb-toolbox/pull/90 Haven't they all... 😕