class Aws::DynamoDB::Plugins::CRC32Validation

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  if config.compute_checksums
    handlers.add(Handler, step: :sign)
  end
end