Hacker News new | ask | show | jobs
by acyacy 3991 days ago
I wish Lambda would allow listening to a socket [it helps binaries communicate with node]. This would move our team to use this without any further doubt.
2 comments

What would prevent you from using this API Gateway as a proxy to your Lambda functions? It would work just fine for request/response use-cases.
For me, I need either socket support or go support.
Go support? You can run binaries on lambda, as long as they're small enough.

http://blog.0x82.com/2014/11/24/aws-lambda-functions-in-go/