sparse-intern-71089
02/13/2019, 1:01 AMincalculable-sundown-82514
02/13/2019, 1:44 AMasync
function as an input to a resource, like this:
https://github.com/pulumi/pulumi/blob/c720d1329fcfdf486cbb4a395e8fcef7580c4d9a/sdk/python/lib/test/langhost/invoke/__main__.py#L34-L38
Python doesn't allow you to do anything useful with top-level async code, so Pulumi allows you to pass Future
instances as resource inputs and the Pulumi runtime will wait for them to resolvebland-lamp-97030
02/13/2019, 3:27 AM