aws-appsync-session-manager icon indicating copy to clipboard operation
aws-appsync-session-manager copied to clipboard

StreamFunction runtime must be upgraded to nodejs12.x from current 8.10

Open jaidisido opened this issue 4 years ago • 0 comments

Hi,

nodejs.8.10 is not supported anymore by CloudFormation Lambda deployments. Attempting to create a Lambda with that runtime version leads to the following 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. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: e8cb2a7b-8c70-42ee-9239-712d0f598357)

Upgrading to 12.x solves the issue.

Thanks,

jaidisido avatar Apr 14 '20 13:04 jaidisido