You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm a fellow Amazon developer, I'm wondering if you're open to pull requests to update the nodejs example to modern JavaScript? I just spent a few hours completing a ES7 rewrite of the module that's supported in the Node.js v8.10 runtime. I feel like it may better lay out some of the core concepts this example library is trying to convey, and update some of the functional foundations around syntax like let and const as well as arrow functions and other JS features that ES7 and AWS Lambda now support.
If you are, just let me know and I'll put a PR up. Cheers
The text was updated successfully, but these errors were encountered:
Hi there, I'm a fellow Amazon developer, I'm wondering if you're open to pull requests to update the
nodejs
example to modern JavaScript? I just spent a few hours completing a ES7 rewrite of the module that's supported in the Node.js v8.10 runtime. I feel like it may better lay out some of the core concepts this example library is trying to convey, and update some of the functional foundations around syntax likelet
andconst
as well as arrow functions and other JS features that ES7 and AWS Lambda now support.If you are, just let me know and I'll put a PR up. Cheers
The text was updated successfully, but these errors were encountered: