2

What is the best npm library for dynamodb? There are quite a few on npm.

Right now my production application is running with a mongodb and mongoose.

1
  • Are you using dynamodb through AWS SDK? Commented Jun 30, 2016 at 22:26

2 Answers 2

6

Now things are becoming simple in Dynamodb using schema based AWS dynamodb data mapper library in Node.js For more details, have a look on following aws package.

Data Mapper with annotation

Data Mapper package for Javascript

Advantages of using Amazon Data mapper library

  1. Library take cares of Data marshaling
  2. Schemas will be mapped to Javascript class entities
  3. Similar to ORM
  4. Developed by Amazon
Sign up to request clarification or add additional context in comments.

Comments

2

There's a couple of good ones:

vogels and dynamite

I'm using Vogels in my app at the moment, I like that it gives an extra layer of protection over your database via a Joi Schema, though it's not maintained as actively as you might like.

Dynamite is promise based and built by Medium, so it's worth a look as well.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.