0.3.6 • Published 8 years ago

dynamo-rbac v0.3.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

dynamo-rbac

Local DB

Setting up a dynamoDB-Local for the purpose of developing with local database.

Installation

$ npm install

Usage

const RBAC = require('dynamo-rbac')

RBAC.connectDB({
    region: 'us-west-2',
    endpoint: 'http://localhost:8000',
    apiVersion: '2012-08-10'
})

RBAC.setSchema({
    user: 'UserTable',
    role: 'RoleTable'
})

Build with gulp

$ npm run build

Unit testing

$ npm test

License

MIT

0.3.6

8 years ago

0.3.5

8 years ago

0.3.3

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago