0.0.5 • Published 8 years ago

dydact v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

DYDACT

The DynamoDB API is pretty powerful. But in being so powerful it tends to hide basic functionality behind a lot of boilerplate.

This library attempts to streamline access to some basic functionality. It definitely does not match all the functionality of the original DynamoDB API, nor will it try to. But for many usages, I think it will be helpful.

Setup

$ npm i --save dydact

const aws = require('aws-sdk')
const DynamoDB = new aws.DynamoDB()
const d = require('dydact')(DynamoDB)

Documentation

See /docs for more information.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago