Felixnoo / events-handlers

Event source handlers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFunction events handlers

This repo is used to store the code for the events handlers in the OpenFunction event framework.

We provide two types of event handlers, one for events fetched from the event source (eventsource handler) and one for events fetched from the event bus (trigger handler).

The reason for making event handlers standalone repo's is that they can be made to work as OpenFunction functions.

EventSource Handler

You can refer to this docs to learn more about EventSource.

If you want to know how to use this handler, please refer to this docs .

  • latest image: openfunctiondev/eventsource-handler:v1

Trigger Handler

You can refer to this docs to learn more about Trigger.

If you want to know how to use this handler, please refer to this docs .

  • latest image: openfunctiondev/trigger-handler:v1

About

Event source handlers


Languages

Language:Go 94.8%Language:Dockerfile 5.2%