vandium-io / lambda-tester

Helper for unit testing AWS Lambda functions
BSD 3-Clause "New" or "Revised" License
272 stars 51 forks source link

Support for node@8.10? #35

Closed pedro-mass closed 6 years ago

pedro-mass commented 6 years ago

AWS Lambda now supports Node.js v8.10. It would be nice to have this testing tool bump up it's version number too.

Supporting docs:

richardhyatt commented 6 years ago

The tool supports node 8.10 but the docs require a fix. Will be updating the code that performs version checking

paulihuhtiniemi commented 6 years ago

Please also check package.json that still has this in 3.3.0 :)

  "engines": {
    "node": ">=6.0.0 <7.0.0"
  },
LobeTia commented 6 years ago

Hi! Any news on this? Using lambda-tester for 8.10 would be lovely

richardhyatt commented 6 years ago

pushing to npm today