This feature release offically introduces the support of OpenFunction async function runtime, now your Node.js functions can enjoy the power of Dapr runtime starting from bindings and pubsub. Functions Framework will call Dapr Node.js SDK to bridge the communication with various Dapr input/output bindings or pubsub brokers components.
- Aysnc Function Quickstart: https://openfunction-talks.netlify.app/2022/202-node-async/
- Async Function Samples: https://github.com/OpenFunction/samples/tree/main/functions/async/mqtt-io-node
functions-framework-nodejs v0.3.6 changes npm package from @google-cloud/functions-framework to @openfunction/functions-framework
- Buildpacks Builder:
openfunction/builder-node:v2-16.13 - Knative Function Samples: https://github.com/OpenFunction/samples/tree/main/functions/Knative/hello-world-node