Crate agents_aws

Crate agents_aws 

Source
Expand description

AWS integration helpers: wiring for Secrets Manager, DynamoDB, and CloudWatch. Concrete implementations will live behind feature flags, so the core remains lightweight when running outside AWS.

Structs§

UnimplementedSecretsProvider
Stub Secrets Manager provider; real implementation will sit behind the aws-sdk feature.

Traits§

SecretsProvider
Placeholder trait for loading configuration secrets.