HTTP Comes to the Rescue


Idea
  • Use HTTP sync function as trigger
    • POST data to one sync function
    • Sync function bridge data to event hub
    • With async function subscribed to hub

Solution
  • Enable Dapr output binding and pub in sync function runtime [1]
  • Check the figure aside as an example 👉

  1. Feature introduced in OpenFunction 0.6.0 along with Node.js Function Framework 0.5.0 ↩︎