Is there a way to get details on why packages are ...
# typescript
b
Is there a way to get details on why packages are being pulled into an
aws.lambda.CallbackFunction
? Pulumi's own packages are being transitively included somehow (I am legit unclear as to why, as while some types from
@pulumi/aws
are being used there is no code being used) and I can't seem to adequately exclude them via
codePathOptions
.