tools.aws_tools module

AWS tools: facade over tools/aws/ (STS, IAM, EC2, VPC, ELB, S3, Route53, Lambda, RDS, DynamoDB, SNS, SQS, CloudWatch, Logs, Secrets Manager, ECR, ECS).

Uses boto3 wrapped in asyncio.to_thread(). Credentials are stored as a JSON blob via the user API key system:

{“access_key_id”: “…”, “secret_access_key”: “…”, “region”: “us-east-1”}