Also I worked out that serializing lodash appears ...
# general
b
Also I worked out that serializing lodash appears to fail because in lodash they often do things like
var isArray = Array.isArray
and then pulumi can't work with that because isArray serializes as
function isArray() { [native code] }