Skip to main content
DynamoDb stores a Team’s sessions and run history in DynamoDB.

Usage

Pass a configured DynamoDB client as db_client. Otherwise, set the AWS_REGION, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY environment variables or pass region_name, aws_access_key_id, and aws_secret_access_key directly. On first use, DynamoDb creates missing tables with provisioned capacity. The client or credentials must allow table creation and read/write operations. Install dependencies:
dynamo_for_team.py

Parameters