☁️ AWS

AWS service integrations for the Golly ecosystem using the AWS SDK for Go v2.

go get oss.nandlabs.io/golly-aws

Golly 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.

PackageCategoryDescription
awscfgConfigCentralized AWS config with named registry, multi-account/region support
bedrockGenAIAWS Bedrock GenAI provider — Claude, Titan, Llama, Mistral, and more
s3StorageS3 VFS — read, write, copy, move, list, walk, and directory operations
snsMessagingSNS messaging — publish, batch publish, FIFO support
sqsMessagingSQS messaging — send, receive, listeners, FIFO support

📖 Full API documentation: pkg.go.dev/oss.nandlabs.io/golly-aws