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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -