Skip to content

Worker

The worker block is where your functions are going to run. When editing a worker you can set:

  • the worker name this will become the folder name that will contain all of the worker functions and configurations.
  • the worker description this is just a descriptive field for yourself to better identify the role of the worker.
  • the binding name, this is the name the worker will be available as when added as a binding of another worker/s.
  • The main data source defines what the main storage is for this handler. This is mandatory to set.

Handlers

You can add multiple handlers to your worker either choose from a the generic implementations or select a custom handler. To know more about the available handlers click here.

Middlewares

You can add mutliple middlewars to your worker by choosing between the existing Codedraw middlewares. To know more about the available middlewares click here.

The library of handlers and middlewares is constantly maintained and growing.