An open API service indexing awesome lists of open source software.

https://github.com/openfunction/events-handlers

Event source handlers
https://github.com/openfunction/events-handlers

Last synced: 24 days ago
JSON representation

Event source handlers

Awesome Lists containing this project

README

        

# 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](https://github.com/OpenFunction/OpenFunction/blob/main/docs/concepts/OpenFunction-events-framework.md#eventsource).

- Latest image: openfunction/eventsource-handler:v4

## Trigger Handler

To learn more about **Trigger**, refer to [this document](https://github.com/OpenFunction/OpenFunction/blob/main/docs/concepts/OpenFunction-events-framework.md#trigger).

- Latest image: openfunction/trigger-handler:v4

## Walkthrough

Please refer to the [documents](Documents.md) to help you perform a walkthrough on events-framework.