donnemartin / awesome-aws

A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Other
12.49k stars 1.69k forks source link

Add dynamoose/dynamoose - A Mongoose-inspired modeling tool #220

Open andrewda opened 3 years ago

andrewda commented 3 years ago

Describe Why This Is Awesome

Dynamoose makes managing DynamoDB schemas easier and more familiar with a Mongoose-like API.

From Dynamoose's website:

Key Features

  • Type safety
  • High level API
  • Easy to use syntax
  • Ability to transform data before saving or retrieving documents
  • Strict data modeling (validation, required attributes, and more)
  • Support for DynamoDB Transactions
  • Powerful Conditional/Filtering Support
  • Callback & Promise support

Like this pull request? Vote for it by adding a :+1: