You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently an experimental branch which has support for the new aws-sdk (the version is currently pinned to the one provided in Node 18 AWS Lambda runtime). It is not optimized to use the new features like middleware yet but it seems to work, at least for one of my projects.
Try to install the next version and let me know if it works. (npm i @shiftcoders/dynamo-easy@8.0.0-next.3)
michaelwittwer
changed the title
Is this repo not maintained anymore?
Is this repo not maintained anymore? (need support for @aws-sdk/*)
Mar 28, 2023
I love this library but it seems the maintenance is no longer happening? The lib stopped working with the new version of the SDK.
Currently with the new version you get
Error: Cannot find module 'aws-sdk/clients/dynamodb'
since the new SDK is in@aws-sdk/client-dynamodb
The text was updated successfully, but these errors were encountered: