lambda-connector/DC-got-talent-final-scores.py [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        data.append([name,score])
    return data

def lambda_handler(event, context):
    client = boto3.client('honeycode')
    data = []
    
    workbook = "<your wookbook ID>"
    table = "<your table ID>"
    
    response = client.query_table_rows(
        workbookId=workbook,
        tableId=table,
        filterFormula={
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lambda-connector/DC-got-talent-preliminary-scores.py [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        data.append([name,score])
    return data

def lambda_handler(event, context):
    client = boto3.client('honeycode')
    data = []
    
    workbook = "<your wookbook ID>"
    table = "<your table ID>"
    
    response = client.query_table_rows(
        workbookId=workbook,
        tableId=table,
        filterFormula={
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



