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

Event Gateway JavaScript SDK

Results 7 event-gateway-sdk issues
Sort by recently updated
recently updated
newest added

I'm sure you guys are already thinking about this, but for those of us who have chosen Golang for our serverless applications, adoption of the event gateway wont be possible...

When you have a lot of resources, listing them to find the record you are looking for is slow. It would be faster to have `getEventType(type)` `getSubscription(id)` `getFunction(id)`.

enhancement

I was setting up CORS for my POST endpoint `/send/message`. Initially I tried with `cors:true` but what I found was that it was not setting `OPTIONS` in `allowedMethods`. So on...

This appears available in the hosted Event Gateway, but this is missing from the SDK. This method is very necessary when building tooling that uses the SDK.

Since the Event Gateway is [CloudEvents](https://github.com/cloudevents/spec) friendly, it'd be nice to have an easy way to make a CloudEvent for use with the `emit()` functionality. For example: ```js import {SDK,...

Hi, great project ! Is it possible to write serverless functions in python, with Event gateway plugin out of the box? And will you eventually plan to create a python...

I'm trying to build tooling on top of the Event Gateway, but I'm unaware of the sinks that the EG can leverage and what their configuration needs are since there...