in integ/validate_cloudwatch/validator.py [0:0]
def get_expected_metric_name(): with open(os.environ.get('EMF_METRIC_NAME_PATH'), 'r') as file: return file.read().replace('\n', '')