ILP store for plugins using AWS SimpleDB
npm install ilp-store-simpledb
``jsconst store = new SimpleDBStore({ accessKey: 'xxxxxxx', secret: 'xxxxxxx', domain: 'MyDomain' // default: 'ILP'})``
jsconst store = new SimpleDBStore({ accessKey: 'xxxxxxx', secret: 'xxxxxxx', domain: 'MyDomain' // default: 'ILP'})