-
Notifications
You must be signed in to change notification settings - Fork 35
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
NodeJS12.x no longer supported #118
Comments
Anyone looking at this upgrade??? |
Has anyone fixed this? I am having the same issue. |
still facing same issue, has anyone fixed ? |
Anyone facing this issue, you need to update your cdk version/code. I upgraded mine to cdk v2 and also had to update some react dependencies in package.json. After making these changes it dpeloyed successfully. |
Still very relevant sample app. Can we get some help to deploy it with supported runtime please? |
Resource handler returned message: "The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs18.x) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: a69c7ccc-989d-4881-9aa1-af558e228efe)" (RequestToken: 864b2930-449b-c86b-d064-c4472350398b, HandlerErrorCode: InvalidRequest)
How to fix the code to upgrade to 18x? Tried updating all the places where 12x to 19x but MTAStack still creates a template as 12x.
The text was updated successfully, but these errors were encountered: