https://pulumi.com logo
#python
Title
p

purple-arm-63328

12/15/2020, 9:48 PM
Have you guys considered having a sort of
star_apply
besides
apply
in
Output
? It would work like this:
Copy code
pulumi.Output.all(a, b, c).star_apply(lambda x, y, z: ...)
Otherwise, the lambda function must receive one argument and use it like a sequence. Any thoughts?