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
Following up on the conversations in #66, and #409.
One possible way to implement generic handling of bindings is to allow users to annotate function parameters with a dataclass. The argument data is then treated as a conforming JSON object.
Following up on the conversations in #66, and #409.
One possible way to implement generic handling of bindings is to allow users to annotate function parameters with a dataclass. The argument data is then treated as a conforming JSON object.
For example:
In
function.json
such bindings would then have to specifydataType: json
.\cc @asavaritayal @pragnagopa @maiqbal11
The text was updated successfully, but these errors were encountered: