6.2.0 • Published 6 months ago
@seneca/dynamo-store v6.2.0
A Seneca.js dynamo-store management plugin.
@seneca/dynamo-store
This open source module is sponsored and supported by Voxgig. |
---|
Description
This module is a plugin for
the Seneca framework. It provides a set of
common dynamo-store management actions (register
, login
etc.).
WARNING
The current naive implementation of upserts fails the race condition test. Please be advised.
NOTE: WORK IN PROGRESS
Install
npm install seneca
npm install seneca-promisify // dependency
npm install seneca-entity // dependency
npm install @seneca/dynamo-store
npm install aws-sdk
Quick example
const Seneca = require('seneca')
var seneca = Seneca()
.use('promisify')
.use('entity')
.use('dynamo-store')
Detailed Examples
License
Copyright (c) 2010-2020, Richard Rodger and other contributors. Licensed under MIT.
6.2.0
6 months ago
6.1.0
9 months ago
6.0.0
9 months ago
5.2.1
11 months ago
5.2.0
11 months ago
5.1.0
11 months ago
5.0.0
11 months ago
4.3.1
1 year ago
4.3.0
1 year ago
4.2.1
1 year ago
4.2.0
1 year ago
4.1.0
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
4.0.2
2 years ago
3.1.0
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
2.1.0
3 years ago
2.0.1
3 years ago
1.0.0
3 years ago
0.9.2
3 years ago
0.9.0
3 years ago
0.8.0
3 years ago
0.9.1
3 years ago
0.8.2
3 years ago
0.7.1
3 years ago
0.2.0
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago
0.6.0
4 years ago
0.1.0
5 years ago