This message was deleted.
# general
s
This message was deleted.
l
I'm seeing it for at least iam/role and lambda/function. I think it's likely that if I kept commenting-out offending code, I'd find more instances hidden behind those ones.
If I run my tests using Istanbul, it displays exceptions and continues, and it looks like only iam/role (via RoliePolicyAttachment) and lambda/function (via Permission) are causing the errors....
I had deleted package-lock.json and node_modules, so looks like it's not a version issue..
Same solution works. I downgraded to 2.12.1 (and matching pulumi/aws to 3.12.2) and no more problem. I'll raise a new issue.