An open API service indexing awesome lists of open source software.

https://github.com/interledgerjs/ilp-store-simpledb

ILP store for plugins using AWS SimpleDB
https://github.com/interledgerjs/ilp-store-simpledb

Last synced: 21 days ago
JSON representation

ILP store for plugins using AWS SimpleDB

Awesome Lists containing this project

README

          

# ILP Store SimpleDB
> ILP Store for Plugins using AWS SimpleDB

```js
const store = new SimpleDBStore({
accessKey: 'xxxxxxx',
secret: 'xxxxxxx',
domain: 'MyDomain' // default: 'ILP'
})
```