MCPcopy Create free account
hub / github.com/barnybug/cli53 / getService

Function getService

internal/features/step_definitions.go:28–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26)
27
28func getService() *route53.Client {
29 cfg, err := config.LoadDefaultConfig(
30 context.Background(),
31 config.WithRegion("us-east-1"),
32 config.WithRetryMaxAttempts(100),
33 )
34 fatalIfErr(err)
35 cfg.Logger = smithylogging.NewStandardLogger(os.Stderr)
36 return route53.NewFromConfig(cfg)
37}
38
39func fatalIfErr(err error) {
40 if err != nil {

Callers 4

domainZoneFunction · 0.70
reusableDelegationSetFunction · 0.70
initFunction · 0.70
hasRecordFunction · 0.70

Calls 1

fatalIfErrFunction · 0.70

Tested by

no test coverage detected