class Aws::Plugins::SignatureV4::Handler

def call(context)

def call(context)
  SignatureV4.apply_signature(context: context)
  @handler.call(context)
end