DynamoDB Persister

Introduction

The unit allows storing data in Amazon DynamoDB through ObjectManager.

Check the respective version of Rebar for the exact compatible versions.

Configuration

Settings

In order to use the persister as default persister, run yarn update-default-persister dynamodb.

Configuration settings in /.env

Variable Name Description
DYNAMODB_ACCESSKEYID DynamoDB access key ID.
DYNAMODB_SECRETACCESSKEY DynamoDB access key secret.
DYNAMODB_REGION AWS region.

When using a docker image, all the settings above should not be present in /.env.