raisenational / serverless-dynamodb

⚡🗃️ Serverless plugin to run DynamoDB local
https://www.npmjs.com/package/serverless-dynamodb
MIT License
67 stars 6 forks source link

Upgrade to AWS SDK v3 #4

Closed domdomegg closed 11 months ago

domdomegg commented 1 year ago

Internally, this library uses the older aws-sdk library for initialization tasks, i.e. migrating and seeding tables. That's why the dependency inside this library exists (although as above, you can still use the newer SDK to connect).

It would be nice to update this, given the v2 library is going into maintenance mode this year.