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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -