When creating an AWS Role in a `pulumi.All` block ...
# typescript
a
When creating an AWS Role in a
pulumi.All
block what’s the proper way to return the role to the caller?
b
would you mind clarifying a little more what you mean here? Some code will help!
TS complains because it doesn’t see a return at all
(ESlint technically)
q
Probably best to do `assumePolicy.apply(policy => new Role(
))`