infratest
infratest copied to clipboard
Route53Client does not correctly implement ListHostedZonesByName
Route53Client has 2 problems:
- The actual upstream method is called
ListHostedZonesByName
(and notListHostedZonesByNameInput
, as is currently implemented onRoute53Client
) - The actual upstream method accepts a
context.Context
param