Am I correct to assume you’re using lambda proxy integration? You may want to use a projection https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ProjectionExpressions.html to tailor your db response or simply manipulate the response json before stringifying it onto the lambda response body.