aws-samples / aws-serverless-samfarm

This repo is full CI/CD Serverless example which was used in the What's New with AWS Lambda presentation at Re:Invent 2016.
Apache License 2.0
284 stars 240 forks source link

Upgrade deprecated runtime nodejs4.3 #10

Open chriscoombs opened 4 years ago

chriscoombs commented 4 years ago

CloudFormation templates in aws-serverless-samfarm have been found to include a deprecated Lambda function runtime (nodejs4.3). The affected templates have been updated to a supported runtime (nodejs10.x).

Please note, this pull request has been generated by a bot; please check the base branch and files changed before merging.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

FrankBurmo commented 4 years ago

yep, this should be merged. Just ran into the same issue working through the tutorial myself.