Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 495 Bytes

about.md

File metadata and controls

12 lines (6 loc) · 495 Bytes

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.