@funfunz/dynamodb-data-connector
v0.1.2
Published
dynamodb data connector for Funfunz
Downloads
15
Readme
Funfunz DynamoDB Data Connector
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