From deb482717e28168b9c19223fbf60926b9a6e1f6b Mon Sep 17 00:00:00 2001 From: nicholas-yong <40938341+nicholas-yong@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:49:52 +0800 Subject: [PATCH] Update index.js --- lib/plugins/aws/customResources/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/aws/customResources/index.js b/lib/plugins/aws/customResources/index.js index ebdf1f1302c..6cfaafd89e9 100644 --- a/lib/plugins/aws/customResources/index.js +++ b/lib/plugins/aws/customResources/index.js @@ -168,7 +168,7 @@ async function addCustomResourceToService(awsProvider, resourceName, iamRoleStat FunctionName: absoluteFunctionName, Handler, MemorySize: 1024, - Runtime: 'nodejs12.x', + Runtime: 'nodejs14.x', Timeout: 180, }, DependsOn: [],