From 68f9ff9d8c3360ee5b1b929617e6aa2ae1d88dbd Mon Sep 17 00:00:00 2001 From: Cibin Mathew <10793628+cibinmathew@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:05:46 +0200 Subject: [PATCH] Upgrade to latest supported nodejs version --- cloudformation/sftp_idp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/sftp_idp.yaml b/cloudformation/sftp_idp.yaml index 6f3e1e2..58532d4 100644 --- a/cloudformation/sftp_idp.yaml +++ b/cloudformation/sftp_idp.yaml @@ -148,7 +148,7 @@ Parameters: "Handler": lambda.handler "Role": "Fn::GetAtt": "LambdaExecutionRole.Arn" - "Runtime": "nodejs12.x" + "Runtime": "nodejs18.x" Environment: Variables: PUBLIC_BUCKET: !Ref PublicBucket