event-gateway
event-gateway copied to clipboard
React to any event with serverless functions across clouds
Right now Event Gateway Config API doesn't support CORS. It makes it difficult to use SDK in the browser.
If you use the event "ANY" for any of your functions API Gateway does not work :( ``` Failed to configure the Event Gateway. Failed to configure the Event Gateway....
**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....
Current, a function is invoked a single time on a subscription. Failures are logged but the subscription is not tried again. Let's allow users to set a retry policy for...
Build a Swift SDK so that Swift users can interact with the Event Gateway in their applications.