☁️ AWS
AWS service integrations for the Golly ecosystem using the AWS SDK for Go v2.
go get oss.nandlabs.io/golly-awsGolly AWS provides implementations of core Golly interfaces — VFS, Messaging, and GenAI — backed by AWS services. It follows Golly’s provider pattern: blank-import a package to auto-register it, then use standard Golly managers with s3://, sqs://, or sns:// URLs.
| Package | Category | Description |
|---|---|---|
| awscfg | Config | Centralized AWS config with named registry, multi-account/region support |
| bedrock | GenAI | AWS Bedrock GenAI provider — Claude, Titan, Llama, Mistral, and more |
| s3 | Storage | S3 VFS — read, write, copy, move, list, walk, and directory operations |
| sns | Messaging | SNS messaging — publish, batch publish, FIFO support |
| sqs | Messaging | SQS messaging — send, receive, listeners, FIFO support |
📖 Full API documentation: pkg.go.dev/oss.nandlabs.io/golly-aws