https://pulumi.com logo
s

swift-accountant-28554

02/06/2019, 4:31 PM
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

white-balloon-205

02/06/2019, 4:42 PM
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

swift-accountant-28554

02/07/2019, 9:46 AM
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.