6.1.0 • Published 2 months ago

@seneca/dynamo-store v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Seneca

A Seneca.js dynamo-store management plugin.

@seneca/dynamo-store

npm version Build Status Coverage Status Maintainability Dependency Status Gitter

VoxgigThis 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.1.0

2 months ago

6.0.0

2 months ago

5.2.1

3 months ago

5.2.0

4 months ago

5.1.0

4 months ago

5.0.0

4 months ago

4.3.1

7 months ago

4.3.0

10 months ago

4.2.1

10 months ago

4.2.0

10 months ago

4.1.0

11 months ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.2

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.0

2 years ago

2.0.1

2 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

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.6.0

3 years ago

0.1.0

4 years ago