Azure function to send Hasura events to Azure EventHub

Use this azure function as a biolerplate code to send Hasura events to Azure EventHub. you may add your custom data enrichment/transformation based on the business usecases.

config vars

cp sample.env .env

replace the values on .env file

start dev server

yarn install
yarn start