Hi all, we just started evaluating Pulumi. We curr...
# general
s
Hi all, we just started evaluating Pulumi. We currently have the problem that our AWS deployment file exceeds the maximum allowed size because unnecessary large files in node modules are included. So is there a way to exclude parts of node modules ?
w
our AWS deployment file exceeds the maximum allowed size
Is this using Lambda? Which APIs are you using for this? (that is - from
aws
,
cloud
, other?)
s
Yes, we are using Lambda with
@pulumi/cloud-aws
. The problem arises because during the packaging for deployment Pulumi copies unneeded large files from a node module.