dawson-org / dawson-cli

A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
https://dawson.sh
GNU General Public License v3.0
713 stars 25 forks source link

add support for the nodejs6.10 runtime #162

Closed lusentis closed 7 years ago

lusentis commented 7 years ago

docker-lambda has just added support for this runtime.

It makes no sense as of now to support both runtimes. In the future, we can easily support multiple runtime versions, if that's needed. The current dawson runtime logic is named "javascript-latest", so it will be updated to match nodejs6.10. If anyone's experiencing issues related to this change, please re-open & comment below.

lusentis commented 7 years ago

Released as 0.24.0 🎉