Lattis / connector-sdk

An SDK to connect events to OpenFaaS Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connector-sdk

The Connector SDK is a Go library for building event-connectors for OpenFaaS.

See a code example: cmd/tester/main.go

Conceptual design:

Read my Tweet about the topic.

Triggers / connectors in the docs

OpenFaaS Docs: Triggers

Development

To test your changes, please run make

make

About

An SDK to connect events to OpenFaaS Functions

License:MIT License


Languages

Language:Go 99.8%Language:Makefile 0.2%