event-gateway
event-gateway copied to clipboard
React to any event with serverless functions across clouds
# This is a Feature Request ## Description It would be great to support gzip compression for all http traffic including requests and responses. ## Use-cases - Compress http requests...
## This is a Feature Proposal * What is the use case that should be solved? Right now, in case of failed invocation error is returned to a user. We...
Group function is an umbrella term for a function which is not backed by an infrastructure function (like AWS Lambda) but by other functions registered in the EG. It enables...
A group function (https://github.com/serverless/event-gateway/issues/295) with backing functions deployed to the different region. Backing functions are the same, but they are deployed across different regions/providers. EG is responsible for routing traffic...
This endpoint can be used to make sure that the event-gateway is up. Currently, I override the port from `4000` to `8055`, but when I call it from the FDK,...
# This is a Feature Request ## Description Sometimes when invoking a function directly, you want to be able to specify the method of invocation (sync or async) at invocation...
Using the header is okay, but it prevents me from just posting in arbitrary events from typical webhook systems. I would like to see a GET and POST based endpoints...
# This is a Feature Request ## Description Sometimes the data that is being passed to the gateway is something that can't be filtered on (binary for example). An additional...
# This is a Feature Request ## Description Provide a easy way of filtering events. Filters should be configurable and capable of filtering on multiple values. ## Use-cases - Prevent...