class Aws::DynamoDB::Plugins::SimpleAttributes

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  if config.simple_attributes
    handlers.add(Handler, step: :initialize)
  end
end