You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2025. It is now read-only.
- renamed connectionParams to connectionInitPayload everywhere as it's more descriptive
- allow promises for configuration values to ease the boilerplate when pulling tables names and connection info from a configuration system
- rename gatewayHandler to webSocketHandler
- only export external facing types
BREAKING: renamed a bunch of core methods, changed exports and core types
This is a fork of [`subscriptionless`](https://github.com/andyrichardson/subscriptionless) and is a Amazon Lambda Serverless equivalent to [graphQL-ws](https://github.com/enisdenjo/graphql-ws). It follows the [`graphql-ws prototcol`](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md). It is tested with the [Architect Sandbox](https://arc.codes/docs/en/reference/cli/sandbox) against `graphql-ws` directly and run in production today. For many applications `graphql-lambda-subscriptions` should do what `graphql-ws` does for you today without having to run a server.
@@ -17,6 +18,7 @@ I had different requirements and needed more features. This project wouldn't exi
17
18
- Provides a Pub/Sub system to broadcast events to subscriptions
18
19
- Provides hooks for the full lifecycle of a subscription
19
20
- Type compatible with GraphQL and [`nexus.js`](https://nexusjs.org)
0 commit comments