Hacker News new | ask | show | jobs
ES6 on AWS Lambda (rricard.me)
7 points by robinricard 3850 days ago
1 comments

Depending on your use case, you can also use ES6 features on AWS Lambda by embedding another node version in your zip package. You then use the lambda supported version of node to launch/bootstrap your chosen version when the lambda function is activated. Of course, Webpack still supports more ES6 features than node at the moment, but the gap is rapidly shrinking.