azure - Skip function invocation and return value with custom function filter -
i wanting share logic between multiple functions seems partially achievable using function filters within azure functions in cases don't want continue execution of function , able return result binding provider (same returning result function it's self).
taking @ code way short circuit calling of inner ifunctioninvoker
within functioninvocationfilterinvoker
throw exception inside custom invocation filter. problem approach exception bubble host , cause failure/retries etc.. somewhere else.
also taking approach doesn't allow me set return value binding provider. did see wrap in our own ifunctioninvoker
wondering if there better way achieve this?
not possible yet, we'll enable. we're tracking capability in our repo here.
Comments
Post a Comment