DynamoDB
Sync your indexed and processed entities to an AWS DynamoDB table
Follow the instructions in the main page.
Add the
dynamodb.accesskey
anddynamodb.secretkey
secrets to your cluster:
Change the connector to "dynamodb" in the table configuration anywhere you have a "sink", i.e. in both streaming and batch .sql files:
To deploy real-time streaming, or manually trigger full table sync, follow the main instructions.
Last updated