Light AWS ddb wrapper
npm install @compositor/ddbLight AWS ddb wrapper.
``bash`
npm install -S @compositor/ddb
`javascript
var ddb = require('@compositor/ddb')
const client = ddb('my-table')
const obj = await client.get('UUID')
obj.foo = 'bar'
await client.put('UUID', obj)
`
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)git commit -am 'Add some feature'
3. Commit your changes ()git push origin my-new-feature`)
4. Push to the branch (
5. Create new Pull Request