source/glue-job-scripts/configuration.py [142:150]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    config_scan_response = dynamodb.scan(
        TableName=CONFIG_TABLE,
        Select="SPECIFIC_ATTRIBUTES",
        ProjectionExpression="#id,machineStatusTagName,machineStatusDownValue",
        FilterExpression=FILTER_EXPRESSION,
        ExpressionAttributeNames={
            "#id": "id",
            TYPE_EXPRESSION_ATTRIBUTE_NAME: "type"
        },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/glue-job-scripts/configuration.py [156:164]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        config_scan_response = dynamodb.scan(
            TableName=CONFIG_TABLE,
            Select="SPECIFIC_ATTRIBUTES",
            ProjectionExpression="#id,machineStatusTagName,machineStatusDownValue",
            FilterExpression=FILTER_EXPRESSION,
            ExpressionAttributeNames={
                "#id": "id",
                TYPE_EXPRESSION_ATTRIBUTE_NAME: "type"
            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



