You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deploy the cloudfront template, the CustomResource create always fails with:
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: d4a96780-1145-4771-abce-a37e5eb321d2)
The embedded code needs to be upgraded to nodejs10.x or nodejs12.x.
The text was updated successfully, but these errors were encountered:
When I deploy the cloudfront template, the CustomResource create always fails with:
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: d4a96780-1145-4771-abce-a37e5eb321d2)
The embedded code needs to be upgraded to nodejs10.x or nodejs12.x.
The text was updated successfully, but these errors were encountered: