diff --git a/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template b/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template index ac2c79af8..58c37cbaa 100644 --- a/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template +++ b/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template @@ -508,7 +508,7 @@ Resources: Handler: index.handler Role: !GetAtt CloudformationLambdaRole.Arn - Runtime: python3.7 + Runtime: python3.11 Timeout: 900 CloudformationLambdaInvoke: diff --git a/openvidu-server/deployments/enterprise/aws/CF-OpenVidu-Enterprise.yaml.template b/openvidu-server/deployments/enterprise/aws/CF-OpenVidu-Enterprise.yaml.template index 875e1b14c..12d039509 100644 --- a/openvidu-server/deployments/enterprise/aws/CF-OpenVidu-Enterprise.yaml.template +++ b/openvidu-server/deployments/enterprise/aws/CF-OpenVidu-Enterprise.yaml.template @@ -1254,7 +1254,7 @@ Resources: Handler: index.handler Role: !GetAtt LambdaOnDeleteRole.Arn - Runtime: python3.7 + Runtime: python3.11 Timeout: 900 LambdaOnDeleteInvoke: @@ -1378,7 +1378,7 @@ Resources: Handler: index.handler Role: !GetAtt LambdaOnCreateRole.Arn - Runtime: python3.7 + Runtime: python3.11 Timeout: 900 LambdaOnCreateInvoke: diff --git a/openvidu-server/deployments/enterprise/aws/dev/CF-OpenVidu-Enterprise-dev-master.yaml b/openvidu-server/deployments/enterprise/aws/dev/CF-OpenVidu-Enterprise-dev-master.yaml index 0e5cb8d92..1e8e0a8ae 100644 --- a/openvidu-server/deployments/enterprise/aws/dev/CF-OpenVidu-Enterprise-dev-master.yaml +++ b/openvidu-server/deployments/enterprise/aws/dev/CF-OpenVidu-Enterprise-dev-master.yaml @@ -1207,7 +1207,7 @@ Resources: Handler: index.handler Role: !GetAtt LambdaOnDeleteRole.Arn - Runtime: python3.7 + Runtime: python3.11 Timeout: 900 LambdaOnDeleteInvoke: @@ -1331,7 +1331,7 @@ Resources: Handler: index.handler Role: !GetAtt LambdaOnCreateRole.Arn - Runtime: python3.7 + Runtime: python3.11 Timeout: 900 LambdaOnCreateInvoke: diff --git a/openvidu-server/deployments/external-turn/aws/CF-External-Turn.yml b/openvidu-server/deployments/external-turn/aws/CF-External-Turn.yml index 6f1107a66..657825796 100644 --- a/openvidu-server/deployments/external-turn/aws/CF-External-Turn.yml +++ b/openvidu-server/deployments/external-turn/aws/CF-External-Turn.yml @@ -139,7 +139,7 @@ Resources: Handler: index.handler Role: !Sub ${DescribeImagesRole.Arn} Timeout: 60 - Runtime: python3.9 + Runtime: python3.11 Code: ZipFile: | import boto3 diff --git a/openvidu-server/deployments/pro/aws/CF-OpenVidu-Pro.yaml.template b/openvidu-server/deployments/pro/aws/CF-OpenVidu-Pro.yaml.template index e6455dac1..07fef9502 100644 --- a/openvidu-server/deployments/pro/aws/CF-OpenVidu-Pro.yaml.template +++ b/openvidu-server/deployments/pro/aws/CF-OpenVidu-Pro.yaml.template @@ -1073,7 +1073,7 @@ Resources: Handler: index.handler Role: !GetAtt CloudformationLambdaRole.Arn - Runtime: python3.7 + Runtime: python3.11 Timeout: 900 CloudformationLambdaInvoke: