event-gateway icon indicating copy to clipboard operation
event-gateway copied to clipboard

React to any event with serverless functions across clouds

Results 63 event-gateway issues
Sort by recently updated
recently updated
newest added

# 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...

kind/feature

## 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...

kind/feature

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...

kind/feature
stage/needs-feedback

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...

kind/feature
stage/needs-feedback

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,...

kind/feature
stage/needs-feedback

# 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...

kind/feature
stage/needs-feedback

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...

kind/feature
stage/needs-feedback

# 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...

kind/feature
stage/needs-feedback

# 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...

kind/feature
stage/needs-feedback