pulumi/pulumi-cdk

Lift intrinsic functions over `Output` values.

Closed this issue · 2 comments

This tracks some follow-up work to #3. Currently, Fn::Join et. al. will not translate as expected if there are operands that are Output values, as they will attempt to operate directly on the Output values instead of using all/apply. The translator needs updating to lift operations over those values.

This is done as of #11.

Cannot close issue without required labels: resolution/