aws-samples / aws-serverless-workshops

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
http://wildrydes.com
Apache License 2.0
4.2k stars 2.63k forks source link

Image Processing CloudFormation template - NodeJS 4.3 EOL #177

Closed xlo2 closed 5 years ago

xlo2 commented 5 years ago

In the Image Processing module, the CloudFormation template uses NodeJS 4.3 runtime for the deployment of the lambdas. This version is EOL and the stack deployment fails. Replacing NodeJS 4.3 with NodeJS 6.10 fixes the problem.

angelarw commented 5 years ago

Thanks for reporting the problem. The templates are now fixed with the updated nodejs runtime.