class Aws::Plugins::DynamoDBSimpleAttributes

def add_handlers(handlers, config)

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