dazzling-memory-8548
05/21/2020, 6:49 PMparquetjs
) that has a compiled sub-dependency (lzo
). We've now noticed that every time we rebuild our node_modules
directory (with npm ci
), the hash of the compiled lzo
module changes, causing pulumi to want to redeploy all of our lambdas (even though no deps have actually changed).
Is there an elegant workaround to prevent pulumi from continuously redeploying our lambdas? We've already tried excluding lzo
in codePathOptions
.
cc @worried-engineer-33884worried-engineer-33884
05/22/2020, 6:02 PMdazzling-memory-8548
06/04/2020, 9:57 PMfaint-table-42725
06/05/2020, 2:42 AM