event-gateway
event-gateway copied to clipboard
React to any event with serverless functions across clouds
Build a Python SDK so that Python users can interact with the Event Gateway in their applications.
Looks like `go mod` is not able to recognize versions as tags without "v" prefix.
## This is a Feature Proposal Following the [docs](https://github.com/serverless/event-gateway/blob/master/docs/storage.md#just-config-files-reloaded-on-file-change) one approach for storage is "just config files, reloaded on file change". This could be very useful if the configuration does...
**User problem**: I have data in external systems (Kafka, Kinesis, SQS, RabbitMQ, etc) that I would like to connect to compute via the Event Gateway. I have to run some...
I would like to be able to read incoming events from a queue, instead of http requests. From the code I've read, the queue handler would need to call `enqueueWork`...
## This is a Bug Report Running this code snippet ``` module.exports.createUsers = (event, context, callback) => { const user = event.data.body; if (!user.firstName || !user.lastName || !user.email || !user.id)...
## This is a Bug Report When deploying, i get the following error (seemed to happen after i did a function rename) ``` Could not subscribe the userMicroservice-dev-main function to...
Build a Golang SDK so that Golang users can interact with the Event Gateway in their applications.
GCP's BigQuery has [auto-detection](https://cloud.google.com/bigquery/docs/schema-detect) for schemas. Perhaps this could work well with CloudEvents and also help support a great direct integration between Event Gateway and BigQuery.
There is a race condition in configuration API that may cause inconsistent state and weird behavior of different instances in the same cluster. It's mainly related to creating subscriptions with...