Join Slack
Powered by
Also I worked out that serializing lodash appears ...
# general
b
big-soccer-75859
06/30/2018, 8:22 PM
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] }
Open in Slack
Previous
Next