This message was deleted.
# aws
s
This message was deleted.
g
if pulumi waits for the stack deployment to finish then you should be able to use
dependsOn
in
opts
eg.
aws.mediaconnect.getFlowSourceOutput({..},{dependsOn:[myCfnStack]
g
@great-sunset-355 i'll fetch latestbut as i understand
getFlowSourceOutput
doesn't have a dependsOn key
i ~could wrap it in a custom component that has a dependsOn
g
ouch, I did not realise that, maybe a custom component or
parent
would work