class Aws::Plugins::SWFReadTimeouts::Handler

def call(context)

def call(context)
  context.config = context.config.dup
  context.config.http_read_timeout = 90
  @handler.call(context)
end