AWS DynamoDB support
Describe the feature
I see the MongoDB is already supported as a driver for NoSQL DB solution: https://unstorage.unjs.io/drivers/mongodb
Do you have any plans to support DynamoDB as well?
Additional information
- [ ] Would you be willing to help implement this feature?
+1
+1
Adding a +1 as well, this would be great!
Also looks like there could be a good headstart with this lib on GitHub: https://github.com/aheissenberger/unstorage-driver-aws-dynamodb
Also looks like there is a PR here https://github.com/unjs/unstorage/pull/234 which was the inspiration for the above driver. Is it possible to approve the PR?
If you're on AWS and don't want to introduce further third parties, DynamoDB often is the natural choice for a low-cost KV. I was just in the process of moving some projects from Redis to Dynamo and had the idea to create an agnostic abstraction and then found unstorage. Official support would be great!
Hey y'all, pinging this issue again and wondering if there is still any interest in supporting DynamoDB?
Thanks!