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.
To learn more about EventSource, refer to this document.
- Latest image: openfunction/eventsource-handler:v4
To learn more about Trigger, refer to this document.
- Latest image: openfunction/trigger-handler:v4
Please refer to the documents to help you perform a walkthrough on events-framework.