Migrate code to Nodejs12.x
Closed this issue · 1 comments
hspencer77 commented
AWS Lambda no longer supports nodejs8.10
per Node.js Release Working Group EOL. The following error is displayed when the lambdas are updated:
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. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 3ac09020-cfdd-4614-8ea2-493f1b68a3fd)
In order to resolve this, the code for lambdas needs to be migrated to support nodejs12.x
pes10k commented
Finished