ecmascript 6 - Is there a way to run es6 components, specifically promises and generators, in aws lambda functions -
es6 usage requires --harmony
flag in node v0.12.3.
is there way aws lambda function?
these answers bit out of date. aws announced support node.js 4.3.2 runtime in april 2016. 4.3.2 supports es6. backwards compatible. more details available here:
https://aws.amazon.com/blogs/compute/node-js-4-3-2-runtime-now-available-on-lambda/
Comments
Post a Comment