Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

Conversation

jason-klein
Copy link

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

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.

None yet

2 participants