You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all function classes are required to have a method which is designated as "the function". This isn't necessary for all invokers, eg those that can determine the method themselves by reflection or other means.
This check should be lifted from the EntryPoint class into the MethodInvoker.
The text was updated successfully, but these errors were encountered:
Currently all function classes are required to have a method which is designated as "the function". This isn't necessary for all invokers, eg those that can determine the method themselves by reflection or other means.
This check should be lifted from the EntryPoint class into the MethodInvoker.
The text was updated successfully, but these errors were encountered: