evalphobia/aws-sdk-go-wrapper

View on GitHub
config/config.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Config.AWSConfig has 61 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (c Config) AWSConfig() *aws.Config {
    cred := c.awsCredentials()
    awsConf := &aws.Config{
        Credentials: cred,
        Region:      pointers.String(c.getRegion()),
Severity: Minor
Found in config/config.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status