DynamoDb stores an Agent’s sessions and run history in DynamoDB.
Usage
Install dependencies:db_client. Otherwise, provide region_name, aws_access_key_id, and aws_secret_access_key directly or through the AWS_REGION, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY environment variables.
On first use, DynamoDb creates missing tables with provisioned capacity. The client or credentials must allow table creation and read/write operations.
dynamo_for_agent.py