event-gateway
event-gateway copied to clipboard
React to any event with serverless functions across clouds
the API Gateway is the only thing that overlaps in functionality. Common complaints about it are: 1. flexibility 1. cost 1. performance We don't have numbers for cost or performance,...
# This is a Feature Request ## Description It would be convenient to allow for one sync subscription and multiple async subscriptions on an http event. Then multiple async handlers...
The docs don't clearly spell out what happens when an error occurs in a function for both invoke and for an http subscription. Would be good to get these documented.
# This is a Feature Request ## Description It would be super convenient to be able to introduce streams to serverless functions so that you could stream in large data...
cc @alexdebrie
Running event-gateway and showing output below: ``` docker run --rm -p 8055:8055 -p 8056:8056 event-gateway -events-port 8055 -config-port 8056 -dev -log-level=debug INFO Running in development mode with embedded etcd. DEBUG...
Similar and dependent issues - #220
`user.*` matches `user.created`, `user.updated`, etc