if options[:start_key]
          opts['ExclusiveStartKey'] = {}
          hash_key_type, hash_key_value = options[:start_key].split(',')
          opts['ExclusiveStartKey']['HashKeyElement'] = { hash_key_type => hash_key_value }
          if options[:start_range_key]