Fork me on GitHub
#aws-lambda
<
2016-12-09
>
fingertoe16:12:40

curious behavior on Clojurescript/node.js on AWS Lambda — I have a core.async channel that I am dropping results of a http request on. If I close the channel, subsequent instances of that AWS program, the go block returns nil for the items on the channel. (It works the first time after compile then not again) If I comment out the line, it works continuously. I thought each instance should be stateless.. Don’t get it.