top | item 10648769

ES6 on AWS Lambda

7 points| robinricard | 10 years ago |rricard.me | reply

1 comment

order
[+] rationalthug|10 years ago|reply
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.