Rohit Pal
Rohit Pal
Any suggestions or workarounds for this one? **Edit** : Had to use `server.on('upgrade', function (req, socket, head)`
``` const wsProxy = require('http-proxy').createProxyServer(); const server = app.listen(port, host) server.on('upgrade', function (req, socket, head) { sessionMiddleware(req, {}, function () { // access req.session data here wsProxy.ws(req, socket, head, {...
I just removed the snap docker and reinstalled with apt get and that resolved the issue.
I wanted to deploy inside AWS's FARGATE and I do not want my function to be public (fn to be used internally by other services). How would deployment work, if...
Isn't there a direct way to get decrypted from S3 by passing in KMS Key Id value?
@ahmadov - I am facing the same error even on linux platform. ``` fatal error: libplatform/libplatform.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
@ahmadov - Thanks, I was able to build but it seems it's only V8 (which I understand is the project) but I was looking for NodeJS operations like require etc....