6 ms·
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.
by acyacy 11y 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.
- fooshint 11y agoFor me, I need either socket support or go support.
- IanCal 11y agoGo 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/ http://blog.0x82.com/2014/11/24/aws-lambda-functions-in-go/
- athrun 11y agoWhat 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.