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.
little-cartoon-10569
11/25/2020, 8:44 PM
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....
little-cartoon-10569
11/25/2020, 8:45 PM
I had deleted package-lock.json and node_modules, so looks like it's not a version issue..
little-cartoon-10569
11/25/2020, 8:51 PM
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.