https://pulumi.com logo
c

calm-greece-42329

10/16/2020, 5:34 PM
is there a way to do pulumi.interpolate instead of .all and .apply in https://github.com/pulumi/examples/blob/master/aws-ts-stepfunctions/index.ts#L62-L83?
w

wet-soccer-72485

10/16/2020, 8:40 PM
"Resource": helloFunction.lambda.arn,
You could do the object first….
Copy code
all([output({
  …,
  “Resource”: helloFunction.lambda.arn,
  …
})]).apply(([data] => JSON.stringify(data))