boson-project / parliament

A function invocation framework for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parliament

Parliament is a framework for invoking functions over HTTP. It handles routing, liveness and readiness endpoints, and CloudEvent extraction.

Function developers write functions that take a dictionary as the single parameter. There is a request object in the dictionary that is the Flask requestobject. If the incoming request is a POST of a CloudEvent, the event will be extracted and provided as a cloud_event` object in the dictionary.

Mothership Connection

About

A function invocation framework for Python

License:MIT License


Languages

Language:Python 94.4%Language:Makefile 5.6%