Alex DeBrie
Alex DeBrie
Relates to #266, #267 and #270 # Description Users may need to create a VPC in AWS, whether for their Lambda functions or for Fargate containers. This component lets a...
The plugin directory is nice, but it's still hard to discover plugins that could be relevant. Let's add some metadata about plugins to make it easier to categorize them. Examples:...
With asynchronous subscriptions, the producing client receives a `202 Accepted` once the emitted event has been committed to an internal queue. A worker then grabs the event from the queue,...
Build a Python SDK so that Python users can interact with the Event Gateway in their applications.
**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...
Build a Golang SDK so that Golang users can interact with the Event Gateway in their applications.
**User problem**: As a user of the Event Gateway, I need to include credentials for all of my backing functions. This can be a difficult deployment problem, plus it can...
User problem: I may deploy and manage FaaS functions outside of my Event Gateway subscription workflow. This could make it difficult to keep my functions registered with the Event Gateway....