aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

[Feature Request] Subscription onConnect and onDisconnect hooks #256

Open unixxxx opened 1 year ago

unixxxx commented 1 year ago

Hello,

It would be nice to have the ability to run a mutation or trigger a lambda function when the client connects or disconnects from the subscription Websocket.

Similar to Apollo