Skip to content

Funfunz/dynamodb-data-connector

Repository files navigation

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