This message was deleted.
# general
s
This message was deleted.
e
invokeOptions are for invokes, resourceOptions are for resources. We recently tightened up the Python runtime validation to error if the wrong one was passed in.
👍 1
s
So a get_() type function i presume is considered an invoke and a resource creation is a resource?
e
Some gets are "resource reads" which take resource options, but yes a lot of get and lookup calls are invokes. The type signuatures for these should say which one they take. e.g. LoadBalancer.get is a read which takes resource options, but get_load_balancer is an invoke that takes invoke options.
🙌 1
1