This message was deleted.
# typescript
s
This message was deleted.
a
I was always thinking pushing objects into a list was going to bite us, but it did work.
what's the better approach here?
Update: The issue isn't with 2.0 directly, it's with a library after the upgrade. Digging into which one, and maybe a diff will help sort me out.
f
Since I see that array wrapped in a Promise, I’m guessing this is due to moving from synchronous to async invokes: https://www.pulumi.com/docs/get-started/install/migrating-2.0/#remove-synchronous-invokes
You’ll want to look in your code for where you might have done something like a
getSubnet
or
getVpc