aws-lambda-graphql
aws-lambda-graphql copied to clipboard
Use AWS Lambda + AWS API Gateway v2 for GraphQL subscriptions over WebSocket and AWS API Gateway v1 for HTTP
Hi, How can I access express object from context function? ``` const { ApolloServer, gql } = require('apollo-server-lambda'); // Construct a schema, using GraphQL schema language const typeDefs = gql`...
AWS SDK v3 has been around for a little while now, and the benefits of using it (beyond being actively maintained) really outweigh the use of v2 for us. Is...
The project [subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws) is no longer being maintained. Based on its README graphql-ws is the recommended alternative. It would be worthwhile to exploring if graphql-ws can be integrated as-is or...
I have been enjoying using this library and I have a few questions about the scaling. If I am going to add more lambda functions and split resolvers into different...
Is there a particular reason the unsubscribe behavior isn't exposed by the PubSub class or is there an alternative recommended approach for handling this?
In relation to issue #130 enable `AsyncIterator.return()` on client disconnect by passing back `ISubscriber[]` from `unsubscribeAllByConnectionId` and in turn `connectionManager.unregisterConnection`.
Hi everyone, first of all thanks for this awesome library, My websocket connection is reseting after 10 minutes, I've been trying to find a keep alive or ping option but...
## About Hey there, first off - thanks for the awesome lib! I'm working with a team who are currently using a self-made implementation of serverless subscriptions and we'd really...
How do I get AsyncIterator.return() to get called onDisconnect and on unsubscribe? I'm looking through the code and it seems this will get bypassed whenever the web socket is disconnected...
If you want to share your project that uses this library please do so here 🙂