Hi folks, another question. I guess top-level awai...
# typescript
l
Hi folks, another question. I guess top-level await support is still not upon us correct? At least this issue doesn't seem to provide a solution just yet
Mainly asking because I ran into the scenario where I want to embed the AWS region name in the bucket name and that one returns a
Promise<T>
, so I ended up wrapping that in an
Output<T>
and using
apply()
to create the bucket
b
That is correct. And you're doing things in the correct Pulumi way
l
Thanks for the encouragement @brave-planet-10645
I must admit I am having trouble here and there due to this mainly but I am learning my way around