arielweinberger / sls-base

Base template for Serverless Framework applications
154 stars 132 forks source link

Add note about Node version #13

Open rbinnington opened 2 years ago

rbinnington commented 2 years ago

There is a bug in version 15.6 which causes the zip file containing the Lambda function code to be corrupted. The current workaround is to install an earlier version of Node.js.

I have verified this works.

https://github.com/aws/aws-cdk/issues/12536