@funfunz/dynamodb-data-connector
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i @funfunz/dynamodb-data-connector

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

31.2 kB

Total Files

17

Last publish

Collaborators

  • joaogsleite
  • jwebcoder