package
1.4.1
Repository: https://github.com/barchart/common-go.git
Documentation: pkg.go.dev

# README

Configuration Package

The configuration package provides a possibility to store a configuration of databases, or AWS services such a DynamoDB, SNS, SQS, SecretsManager and e.t.c

# Packages

No description provided by the author
No description provided by the author

# Functions

GetCustomSettings returns the Custom Settings.
GetDB returns Database configuration by key.
GetDynamo returns the Dynamo configuration by key.
GetS3 returns the S3 configuration by key.
GetSecretsManager returns SecretManager configuration.
GetSes returns the SES configuration by key.
GetSNS returns the SNS configuration by key.
GetSQS returns the SQS configuration by key.
GetStage returns current stage.
SetCustomSettings sets the Custom Setting.
SetDatabase sets the Database configuration.
SetDatabaseObject sets the Database configuration.
SetDatabaseProperties sets the Database configuration by providing parameters.
SetDynamo sets the Dynamo configuration.
SetS3 sets the S3 configuration.
SetSecretsManager creates a Secrets Manager instance and sets it into the instance of the configuration.
SetSES sets the SES configuration.
SetSNS sets the SNS configuration.
SetSQS sets the SQS configuration.
SetStage sets the current stage.

# Structs

Config is a type of configuration.

# Type aliases

Databases is a slice of Database.