Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for Node.js Runtime 12! #65

Closed
3 tasks done
nelsonic opened this issue Feb 5, 2020 · 3 comments
Closed
3 tasks done

Update README.md for Node.js Runtime 12! #65

nelsonic opened this issue Feb 5, 2020 · 3 comments

Comments

@nelsonic
Copy link
Member

nelsonic commented Feb 5, 2020

Since we last updated this package AWS has released support for the Node.js v12 (LTS)!
https://aws.amazon.com/blogs/compute/node-js-12-x-runtime-now-available-in-aws-lambda
That means we no longer need to use babel in order to use ES6 / ES2016+ 🎉

Todo

  • remove all references to babel from README.md
  • remove all babel related modules from devDependencies Update devDependencies #64
    aws-lambda-deploy-babel
  • test deploying a Lambda function containing ES6 using Node.js v12
@nelsonic
Copy link
Member Author

Included in #66 📦

@nelsonic
Copy link
Member Author

image

Deployed a couple of Lambda Functions:
aws-lambda-functions-deployed

@nelsonic
Copy link
Member Author

Next update: #85 -> #86

nelsonic added a commit that referenced this issue Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant