0.3.6 • Published 7 years ago

dynamo-rbac v0.3.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.3.5

7 years ago

0.3.3

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago