class AwsRecord::Generators::SecondaryIndex

def parse_raw_options(raw_opts)

def parse_raw_options(raw_opts)
  raw_opts = [] if not raw_opts
  raw_opts.map { |opt| get_option_value(opt) }.to_h
end