CBHelper-evaluateCallBack/lambda_function.py [171:177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def remove_contactId(phone,table):
    dynamodb = boto3.resource('dynamodb')
    table = dynamodb.Table(table)

    try:
        response = table.delete_item(
            Key={
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



CBHelper-removeFromQueue/lambda_function.py [22:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def remove_contactId(phone,table):
    dynamodb = boto3.resource('dynamodb')
    table = dynamodb.Table(table)

    try:
        response = table.delete_item(
            Key={
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



