Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Upgrade deprecated runtime nodejs4.3 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chriscoombs
Copy link

CloudFormation templates in elasticache-geospatial-public-bikes 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.

Copy link

@nileshdaradeproterra nileshdaradeproterra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets update the latest one nodejs12.x

@@ -14,7 +14,7 @@ Resources:
Type: "AWS::Serverless::Function"
Properties:
Handler: "stations.list"
Runtime: "nodejs4.3"
Runtime: "nodejs10.x"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we go for nodejs12.x?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants