diff --git a/package.json b/package.json index 13c3352b..f92fbadf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amplify-category-video", - "version": "2.4.1", + "version": "2.5.1", "description": "Plugin for Amplify to add support for live streaming. Made for Unicorn Trivia Workshop", "main": "index.js", "scripts": { diff --git a/provider-utils/awscloudformation/cloudformation-templates/livestream-helpers/lambda.template b/provider-utils/awscloudformation/cloudformation-templates/livestream-helpers/lambda.template index 49fb6f01..e6720543 100644 --- a/provider-utils/awscloudformation/cloudformation-templates/livestream-helpers/lambda.template +++ b/provider-utils/awscloudformation/cloudformation-templates/livestream-helpers/lambda.template @@ -62,7 +62,7 @@ { "Ref": "AWS::NoValue" } ] }, - "Runtime": "nodejs8.10", + "Runtime": "nodejs10.x", "MemorySize": { "Ref": "pMemorySize" }, "Timeout": { "Ref": "pTimeout" }, "Handler": { "Ref": "pLambdaHandler" },