https://pulumi.com logo
b

boundless-monkey-50243

08/07/2019, 6:01 PM
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
.