DEV Community

Discussion on: Running a GraphQL API in .NET 6 on AWS Lambda

Collapse
 
andreav profile image
andrea

Thank you for the response.
I know when it comes to web sockets that you have to manage it manually through $connect, $disconnect and so on (as described into the article you linked).
I was asking if with this approach you have the same problem.
By the way, I tried AppSync, and it works very well. Subscriptions are supported out if the box.