mirror of https://github.com/OpenVidu/openvidu.git
deployment: Update Lambda runtime to python3.11 for AWS deployments
parent
bbfc579161
commit
cb07252181
|
@ -508,7 +508,7 @@ Resources:
|
|||
Handler: index.handler
|
||||
Role:
|
||||
!GetAtt CloudformationLambdaRole.Arn
|
||||
Runtime: python3.7
|
||||
Runtime: python3.11
|
||||
Timeout: 900
|
||||
|
||||
CloudformationLambdaInvoke:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -139,7 +139,7 @@ Resources:
|
|||
Handler: index.handler
|
||||
Role: !Sub ${DescribeImagesRole.Arn}
|
||||
Timeout: 60
|
||||
Runtime: python3.9
|
||||
Runtime: python3.11
|
||||
Code:
|
||||
ZipFile: |
|
||||
import boto3
|
||||
|
|
|
@ -1073,7 +1073,7 @@ Resources:
|
|||
Handler: index.handler
|
||||
Role:
|
||||
!GetAtt CloudformationLambdaRole.Arn
|
||||
Runtime: python3.7
|
||||
Runtime: python3.11
|
||||
Timeout: 900
|
||||
|
||||
CloudformationLambdaInvoke:
|
||||
|
|
Loading…
Reference in New Issue