This message was deleted.
# typescript
s
This message was deleted.
l
If there is no existing provider for the API you need to call, I would check if I could model it as a resource backed by a dynamic provider: https://www.pulumi.com/blog/dynamic-providers/
w
Wrap your continuation with 
if (!pulumi.runtime.isDryRun()) { }
? i.e. inside the 
apply
Otherwise try a dynamic provider like Ringo says - assuming your language is supported
n
thanks!