Skip to content

Upgrade AWS SAM deploy from Node.js v8.10 to v10.x#135

Open
jason-klein wants to merge 1 commit into
outsideris:masterfrom
jason-klein:master
Open

Upgrade AWS SAM deploy from Node.js v8.10 to v10.x#135
jason-klein wants to merge 1 commit into
outsideris:masterfrom
jason-klein:master

Conversation

@jason-klein

Copy link
Copy Markdown

Node v8 reaches EOL 12/31/2019. AWS announced they will no longer allow customers to create new Node v8 functions beginning 01/06/2020.

The AWS Lambda runtime for Node v8 was named "nodejs8.10". The new Node v10 runtime is named "nodejs10.x". I successfully deployed and tested your slack-invite-automation code using the new Node 10 runtime for each of our local tech community Slack groups. Very simple update.

Thank you for continuing to maintain this package. We ❤️ the badge.svg feature because we can easily display active/total users from various local Slack groups. 😄

@ChristopheBougere

Copy link
Copy Markdown

It is not possible anymore to create lambda with nodejs8.10, this should definitely be merged in order to keep AWS option.
CloudFormation error:

The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants