type Config struct {
// LoadConfigTimeout bounds the time given to config loading LoadConfigTimeout time.Duration `env:"LOAD_CONFIG_TIMEOUT" envDefault:"100ms"`
// OverwriteSharedConfigProfile can be set to overwrite the AWS_PROFILE value, useful during testing. OverwriteSharedConfigProfile string `env:"OVERWRITE_SHARED_CONFIG_PROFILE"`
}