Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@seneca/dynamo-store

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seneca/dynamo-store

DynamoDB store for Seneca

latest
Source
npmnpm
Version
6.2.0
Version published
Maintainers
5
Created
Source

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.

Keywords

seneca

FAQs

Package last updated on 10 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts