About

Metadata

  • Last updated , by alexeyraga
  • License MIT
  • Categories Cloud Computing
  • Maintained by: Alexey Raga <alexey.raga@gmail.com>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

Azure Functions Haskell Worker

[NOTE] This is a very early work in progress.

Azure Functions Haskell Worker is a library that runs Azure functions inside the worker process. This means that a "real" functions application (executable) is meant to use the worker library and run its main as Azure.Functions.Worker.runWorker.

Worker process provides two main commands:

  • run is a main entry point that starts the worker and funs functions
  • init is a command that allows the worker process to configure itself for the Azure Functions Host. Its main responsibility is to write worker.config.json.