class Aws::Plugins::Route53IdFix::Handler

def call(context)

def call(context)
  remove_id_prefixes(context.params)
  @handler.call(context)
end