-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
nodejs10.x is no longer supported #837
Comments
I am getting this same this morning. Apex pro user Error: deploying: us-west-1: updating function config: InvalidParameterValueException: The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions. |
Long term pro user Up is completely broken. Deploys do not work. I am trying to deploy some updates to several projects I have running on UP and nothing can be updated. In one simple one, I completely destroyed the app then tried to redeploy and I am getting this. Error: deploying: us-west-1: creating function: InvalidParameterValueException: The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions.
{
RespMetadata: {
StatusCode: 400,
RequestID: "c35adcec-d8a9-4000-91dc-d1642ac5788b"
},
Message_: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions.",
Type: "User"
}
|
Add
to up.json in the root of the project. |
kaihendry
added a commit
to kaihendry/goserverless.sg
that referenced
this issue
Mar 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey TJ, hope you can advise. Else do I need to migrate to AWS SAM ? 😓
Prerequisites
up upgrade
)-v, --verbose
flag.Description
The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions.
https://s.natalian.org/2022-02-12/up.log
Steps to Reproduce
The text was updated successfully, but these errors were encountered: