-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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 ~/.aws/credentials or like v2 LoadDefaultConfig(context.TODO()) for setup keys without store in code?
Metadata
Metadata
Assignees
Labels
No labels