Implementation
This handler is implemented usingboto3
, the AWS SDK for Python.
The required arguments to establish a connection are as follows:
aws_access_key_id
is the AWS access key.aws_secret_access_key
is the AWS secret access key.region_name
is the AWS region.
If you installed MindsDB locally via pip, you need to install all handler dependencies manually. To do so, go to the handler’s folder (mindsdb/integrations/handlers/dynamodb_handler) and run this command:
pip install -r requirements.txt
.Usage
In order to make use of this handler and connect to the DynamoDB database in MindsDB, the following syntax can be used:Queries to DynamoDB can be issued in PartiQL using this handler.