Yevhenii Bruchkovskyi

Results 1 issues of Yevhenii Bruchkovskyi

tempConfig, _ := awsConfigV2.LoadDefaultConfig(context.TODO()) paramStore, _ := awsParamStore.NewParameterStore(&tempConfig) cannot use &tempConfig (value of type *"github.com/aws/aws-sdk-go-v2/aws".Config) as *"github.com/aws/aws-sdk-go/aws".Config value in argument to awsParamStore.NewParameterStore How i can use default config like from...