Skip to content

Commit

Permalink
Upgrade to latest supported nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
cibinmathew committed Aug 6, 2023
1 parent d3be6d3 commit 68f9ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/sftp_idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68f9ff9

Please sign in to comment.