self.unwrap

in src/pagination_token.rb [28:36]


  def self.unwrap(uuid)
    item = find(uuid: uuid, table_name: 'TOKEN')
    if item
      item.exclusive_start_key
    else
      nil
    end
  end