aws-samples / lambda-refarch-iotbackend

Serverless Reference Architecture for creating an IoT Backend
Apache License 2.0
254 stars 80 forks source link

Lambda Functions Need to use nodejs4.3 #4

Open JeffMangan opened 7 years ago

JeffMangan commented 7 years ago

Current stack errors out with message to use nodejs4.3

sn0wcat commented 7 years ago

This is still broken:

The lambda function runtime in iot-backend.template need to be upgraded at least to nodejs4.3, (and can be upgraded to nodejs6.10 the lambda-function runtime in config-helper.template must be upgraded to nodejs.4.3 exactly , because the Zipfile format only works with that runtime. It would be great if the corresponding files (iot-api, iot_ddb_cw...zip, iot_s3_eventprocessor.zip) would be checked in here too, so that we dont have to download them from s3 if we want to fix something.