MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / GetAWSClient

Method GetAWSClient

flags/global_flags.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (gf *GlobalFlags) GetAWSClient() *aws.Client {
84 return aws.NewClient(conv.S(gf.AWSRegion), conv.S(gf.AWSAccessKey), conv.S(gf.AWSSecretKey))
85}
86
87func (gf *GlobalFlags) GetAWSRegionAndVPCID() (string, string, error) {
88 if utils.IsBlank(conv.S(gf.AWSRegion)) {

Callers 9

GetAWSRegionAndVPCIDMethod · 0.95
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected