infratest icon indicating copy to clipboard operation
infratest copied to clipboard

Route53Client does not correctly implement ListHostedZonesByName

Open mdb opened this issue 3 years ago • 0 comments

Route53Client has 2 problems:

  1. The actual upstream method is called ListHostedZonesByName (and not ListHostedZonesByNameInput, as is currently implemented on Route53Client)
  2. The actual upstream method accepts a context.Context param

mdb avatar Dec 21 '21 15:12 mdb