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
To make it possible for functions to easily act as both HTTP and CloudEvent
handler it's better to have any potential data as the second parameter.
This change also makes use of a new bit of the cloudevents API to receive an
incoming event, eliminating a transitive dependency on axios.
Fixes: nodeshift#62Fixes: knative/func#194 (when updated in thetemplate)
Signed-off-by: Lance Ball <[email protected]>
To make it possible for functions to easily act as both HTTP and CloudEvent
handler it's better to have any potential data as the second parameter.
This change also makes use of a new bit of the cloudevents API to receive an
incoming event, eliminating a transitive dependency on axios.
Fixes: #62Fixes: knative/func#194 (when updated in thetemplate)
Signed-off-by: Lance Ball <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
/cc @lholmquist
The text was updated successfully, but these errors were encountered: