Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Support for @aws-sdk v3 #215

Open
hps8891 opened this issue Jan 12, 2023 · 1 comment
Open

Support for @aws-sdk v3 #215

hps8891 opened this issue Jan 12, 2023 · 1 comment

Comments

@hps8891
Copy link

hps8891 commented Jan 12, 2023

Dear authors,

Love the work done on this project. Using this in my projects and turning out great and useful.

Wondering if you have any plans to upgrade this to support in aws-sdk v3!
Please let me know any ETA or tracked in a different project.

Thanks

@ArsenyYankovsky
Copy link

We have been using this ODM in production, but seeing it wasn't supported anymore we decided to fork this package and our fork is called nova-odm.

What we have done so far:

The overall goal is to keep it interface-compatible with this project (since we generally like this API), but keep it up-to-date and supported. The switch is rather easy due to interface compatibility, you just need to replace depencendies and imports like this:

@aws/dynamodb-data-mapper -> @nova-odm/mapper
@aws/dynamodb-data-mapper-annotations -> @nova-odm/annotations
@aws/dynamodb-expressions -> @nova-odm/expressions

Feel free to raise issues and send us PRs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants