in lambdas/helper/lambdautils.py [0:0]
def key_missing_or_empty_value(d, key): return not key in d or not d[key]