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

Bumped node version as it was giving sls errors #820

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

jax-b
Copy link
Contributor

@jax-b jax-b commented Feb 10, 2024

I was getting invalid runtime errors with the code in place. it looks like node8.10 has been removed from support for serverless (/aws). This bumps the version up to nodejs14.x for the one serverless function that defined it

Warning: Invalid configuration encountered
at 'functions.hello3.runtime': must be equal to one of the allowed values [dotnet6, go1.x, java17, java11, java8, java8.al2, nodejs14.x, nodejs16.x, nodejs18.x, nodejs20.x, provided, provided.al2, provided.al2023, python3.7, python3.8, python3.9, python3.10, python3.11, ruby2.7, ruby3.2]

Copy link
Contributor

@pgrzesik pgrzesik left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@pgrzesik pgrzesik merged commit 549aba0 into serverless:master Feb 24, 2024
2 checks passed
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