lib/etl_job_auditor/lambda_handler.py [56:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        p_stp_fn_time = now.strftime("%Y%m%d%H%M%S%f")
        # update table
        try:
            dynamo_client = boto3.resource('dynamodb')
            table = dynamo_client.Table(os.environ['DYNAMODB_TABLE_NAME'])
            table.update_item(
                Key={
                    'execution_id': execution_id
                },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/etl_job_auditor/lambda_handler.py [84:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        p_stp_fn_time = now.strftime("%Y%m%d%H%M%S%f")
        # update table

        try:
            dynamo_client = boto3.resource('dynamodb')
            table = dynamo_client.Table(os.environ['DYNAMODB_TABLE_NAME'])
            table.update_item(
                Key={
                    'execution_id': execution_id
                },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



