up
up copied to clipboard
WebSocket support
Just announced, I don't know the details yet
FYI https://www.youtube.com/watch?v=3SCdzzD0PdQ
@tsing a nice thanks! I'll check that out
I'm trying it with Apollo Subscriptions but I guess this is not supported yet? @tj
Any suggestion to manually get it done?
I don't think there's a trivial way to make them work transparently as "regular" websockets implementation-wise, since you have to write messages to a particular AWS endpoint and they get published. Tt's still kind of a layer of lock-in since you have to code for it explicitly, I'll have to look into it more but not sure there's much I can do
I found this. https://github.com/michalkvasnicak/aws-lambda-graphql I didn't have time to check it out totally. Can you suggest anything else? or did you try this before, If you have example working with up, would be the best!
I still have to try it, I think it's extra awkward because your API has to be WS or REST as well which is a little weird haha, not sure if I'll be able to make it very comparable to vanilla WS