Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
129 stars 47 forks source link

Add all triggers to `app.client` namespace #546

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

Builds on #536, resolves #414. Adds convenience methods to register Durable Client functions using all supported @azure/functions triggers. After this change, df.app.client matches all triggers in app. from @azure/functions, with the exception of HTTP convenience methods (get, post, etc.), that I excluded from this PR.

Also updates @azure/functions to the latest version to get the latest CosmosDB types