class Aws::Signers::Handler

def call(context)

def call(context)
  @signer.sign(context)
  @handler.call(context)
end