assertible / lambda-cloudwatch-slack

Send AWS CloudWatch notifications to a Slack channel using Lambda
https://assertible.com/blog/npm-package-lambda-cloudwatch-slack
MIT License
481 stars 255 forks source link

The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. #52

Open 0xM opened 4 years ago

0xM commented 4 years ago

It does not work anymore.

InvalidParameterValueException:The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions.

npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

exilemirror commented 4 years ago

run npm install node-lambda@latest before deploying. Just tested mine today and it works!

ferdinandfrank commented 4 years ago

@exilemirror I can confirm that this worked! Thank you! :)