Skip to content

nandlabs/golly-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Golly AWS

AWS service integrations for the Golly ecosystem

Go Report Build Status Release Release Date GoDoc License

InstallationPackagesContributing


Overview

Golly AWS provides AWS service implementations for core Golly interfaces — VFS, Messaging, GenAI, and Secrets. It uses the AWS SDK for Go v2 and follows Golly's provider pattern: blank-import a package to auto-register it, then use standard Golly managers with s3://, sqs://, or sns:// URLs.

Compatibility

golly-aws golly AWS SDK v2
v0.3.1 v1.5.1 v1.41.7
v0.3.0 v1.5.0 v1.41.6
v0.2.0 v1.4.0 v1.41.2

Installation

go get oss.nandlabs.io/golly-aws@v0.3.1

Packages

⚙️ Configuration

Package Description
awscfg Centralized AWS config management with named registry, multi-account/region, and URL-based resolution

🤖 AI & Intelligence

Package Description
bedrock AWS Bedrock GenAI provider using the Converse API — supports Claude, Titan, Llama, Mistral, and more

🗃️ Storage

Package Description
s3 S3 implementation of the golly VFS interface — read, write, copy, move, list, walk, and directory ops

� Secrets

Package Description
secrets AWS Secrets Manager implementation of the golly secrets store — get, write, delete, list with caching

�📡 Messaging

Package Description
sns SNS implementation of the golly messaging provider — publish, batch publish, FIFO support
sqs SQS implementation of the golly messaging provider — send, receive, listeners, FIFO support

📖 Full API documentation available at pkg.go.dev


Contributing

We welcome contributions to the project. If you find a bug or would like to request a new feature, please open an issue on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Golly Extension for AWS

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors