package
0.0.0-20240925220751-ff358cdd9ef0
Repository: https://github.com/redhatinsights/sources-superkey-worker.git
Documentation: pkg.go.dev

# Functions

NewAmazonConfig - returns an aws config struct with access key + secret + region set.
NewClient - takes a key+secret and list of API clients to set up returns: new AmazonClient and error.

# Variables

No description provided by the author

# Structs

Client the amazon client object, holds credentials and API clients for each service necessary which are set when instantiated from the `NewClient` method.
No description provided by the author