Michael Wittwer

Results 17 comments of Michael Wittwer

@benheymink sitting on it. 🙇🏻 Trying to push something today.

@pascalbayer @benheymink Got a first version with `aws-sdk v3`, you can find it on the [next](https://github.com/shiftcode/dynamo-easy/tree/next) branch. The released package including this, can be installed by typing `npm i @shiftcoders/[email protected]`....

@benheymink did you try with the latest release `8.0.0-next.3` which includes the changes made in the code you references (`aws-sdk-v2.types.ts`). This solved it for me.

@pascalbayer We are in the process of releasing our first project using the `next` version to production soon. What I would like to see before merging back is documented [here](https://github.com/shiftcode/dynamo-easy/blob/next/v2-v3-migration.md#migrate-dynamo-easy-to-sdk-v3)....

@nduthoit Thanks for reaching out. Yes I am definitely willing to release `v8` before Juni. We also have pushed a small application running in production which uses the `8.0.0-next.3` version....

@TanjaBayer sorry I totally missed your comment. We are currently working on e new release (see [next](https://github.com/shiftcode/dynamo-easy/tree/next) branch) including support for aws-sdk v3. But also updating the deps of the...

@ahnpnl yes I tried with the `tsconfig` options documented in the doc and also took into account the other things mentioned there