0.1.2 • Published 5 years ago

@funfunz/dynamodb-data-connector v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Funfunz DynamoDB Data Connector

Discord Build Status codecov node npm version PRs Welcome GitHub

This connector can be used to connect to any DynamoDB table

At the moment, the connector is using the local machine AWS credentials

Usage

Dynamo config

{
  connectors: {
    [key: string]: { // user defined name for the connector
      type: '@funfunz/dynamodb-data-connector',
      config: {
        region: 'eu-west-1'
      }
    }
    ...
  }
}

Entity structure

Refer to @Funfunz/core docs

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago