lambda-connector/DC-got-talent-final-scores.py [27:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        }
    )
    
    data += process_data(response)
    
    while("nextToken" in response.keys()):
        print('Next token found in keys!')

        response = client.query_table_rows(
            workbookId=workbook,
            tableId=table,
            filterFormula={
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lambda-connector/DC-got-talent-preliminary-scores.py [27:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        }
    )
    
    data += process_data(response)
    
    while("nextToken" in response.keys()):
        print('Next token found in keys!')

        response = client.query_table_rows(
            workbookId=workbook,
            tableId=table,
            filterFormula={
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



