Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.01 KB

OpenFunction Events Handlers

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

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

The purpose of putting event handlers in a standalone repository is to make them work as OpenFunction functions.

EventSource Handler

To learn more about EventSource, refer to this document.

  • Latest image: openfunction/eventsource-handler:v4

Trigger Handler

To learn more about Trigger, refer to this document.

  • Latest image: openfunction/trigger-handler:v4

Walkthrough

Please refer to the documents to help you perform a walkthrough on events-framework.