Examples

Here we have some common use cases exemplified through code. If you've got any other examples you'd like to add, feel free to read our contributing docs, and we'll get them up here.

Simple

Our simple example covers the first time you setup Dynamoose. It shows connecting to a DynamoDB instance and doing CRUD operations on a simple Model.

TTL

Our TTL example covers using Dynamoose for DynamoDB TTL attributes on Models.