in repos/serving/lambdas/functions/read-ddb/lambda_function.py [0:0]
def default(self, obj): if isinstance(obj, Decimal): return float(obj) return super(DecimalEncoder, self).default(obj)