awslabs / aws-iot-certificate-vending-machine

The CVM allows a device to apply for its own certificate and installation.
Apache License 2.0
82 stars 16 forks source link

Upgrade deprecated runtime nodejs6.10 #12

Closed chriscoombs closed 3 years ago

chriscoombs commented 4 years ago

CloudFormation templates in aws-iot-certificate-vending-machine have been found to include a deprecated Lambda function runtime (nodejs6.10). 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.

brightsparc commented 3 years ago

The lambda runtime has been updated to nodejs10.x- so closing as resolved fixed.