dynamodb-sqrl-store

1.0.0 • Public • Published

DynamoDb-SQRL-Store

License

A SQRL store for DynamoDb

Installation

$ npm install dynamodb-sqrl-store

Usage

const DynamoDbSqrlStore = require('dynamodb-sqrl-store');
const store = new DynamoDbSqrlStore(tableName, awsConfig);

Resources

Need a table to store the users, sqrl identities, and nuts.

DynamoDbTable:
  Type: AWS::DynamoDB::Table
  DeletionPolicy: Retain
  Properties:
    TableName: sqrl
    AttributeDefinitions:
      AttributeName: pk
        AttributeType: S
    KeySchema:
      AttributeName: pk
        KeyType: HASH
    BillingMode: PAY_PER_REQUEST

License

MIT

Package Sidebar

Install

npm i dynamodb-sqrl-store

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

10.1 kB

Total Files

6

Last publish

Collaborators

  • jjasonclark