#serverless nestjs with websocket

15 messages · Page 1 of 1 (latest)

echo token
#

Did any one tried to create a websocket based serverless nestjs project ? If so wanted to check the handler file on how to configure it

fathom marlinBOT
#

Please do not tag the moderators unless someone is breaking server rules. The mods are here to help enforce the rules of the server, and while most of them are knowledgeable about Nest, they are not the only ones able to solve your question.

final rain
#

@oblique current have you tried something like this?
My concern is the lambda specification (in serverless.yml) will have a trigger http.

So this wont support the websocket integration??

events:
- http:
method: any
path: /{any+}

oblique current
#

What part of don't ping mods did you not understand?