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
|
Handler: index.handler
|
||||||
Role:
|
Role:
|
||||||
!GetAtt CloudformationLambdaRole.Arn
|
!GetAtt CloudformationLambdaRole.Arn
|
||||||
Runtime: python3.7
|
Runtime: python3.11
|
||||||
Timeout: 900
|
Timeout: 900
|
||||||
|
|
||||||
CloudformationLambdaInvoke:
|
CloudformationLambdaInvoke:
|
||||||
|
|
|
@ -1254,7 +1254,7 @@ Resources:
|
||||||
Handler: index.handler
|
Handler: index.handler
|
||||||
Role:
|
Role:
|
||||||
!GetAtt LambdaOnDeleteRole.Arn
|
!GetAtt LambdaOnDeleteRole.Arn
|
||||||
Runtime: python3.7
|
Runtime: python3.11
|
||||||
Timeout: 900
|
Timeout: 900
|
||||||
|
|
||||||
LambdaOnDeleteInvoke:
|
LambdaOnDeleteInvoke:
|
||||||
|
@ -1378,7 +1378,7 @@ Resources:
|
||||||
Handler: index.handler
|
Handler: index.handler
|
||||||
Role:
|
Role:
|
||||||
!GetAtt LambdaOnCreateRole.Arn
|
!GetAtt LambdaOnCreateRole.Arn
|
||||||
Runtime: python3.7
|
Runtime: python3.11
|
||||||
Timeout: 900
|
Timeout: 900
|
||||||
|
|
||||||
LambdaOnCreateInvoke:
|
LambdaOnCreateInvoke:
|
||||||
|
|
|
@ -1207,7 +1207,7 @@ Resources:
|
||||||
Handler: index.handler
|
Handler: index.handler
|
||||||
Role:
|
Role:
|
||||||
!GetAtt LambdaOnDeleteRole.Arn
|
!GetAtt LambdaOnDeleteRole.Arn
|
||||||
Runtime: python3.7
|
Runtime: python3.11
|
||||||
Timeout: 900
|
Timeout: 900
|
||||||
|
|
||||||
LambdaOnDeleteInvoke:
|
LambdaOnDeleteInvoke:
|
||||||
|
@ -1331,7 +1331,7 @@ Resources:
|
||||||
Handler: index.handler
|
Handler: index.handler
|
||||||
Role:
|
Role:
|
||||||
!GetAtt LambdaOnCreateRole.Arn
|
!GetAtt LambdaOnCreateRole.Arn
|
||||||
Runtime: python3.7
|
Runtime: python3.11
|
||||||
Timeout: 900
|
Timeout: 900
|
||||||
|
|
||||||
LambdaOnCreateInvoke:
|
LambdaOnCreateInvoke:
|
||||||
|
|
|
@ -139,7 +139,7 @@ Resources:
|
||||||
Handler: index.handler
|
Handler: index.handler
|
||||||
Role: !Sub ${DescribeImagesRole.Arn}
|
Role: !Sub ${DescribeImagesRole.Arn}
|
||||||
Timeout: 60
|
Timeout: 60
|
||||||
Runtime: python3.9
|
Runtime: python3.11
|
||||||
Code:
|
Code:
|
||||||
ZipFile: |
|
ZipFile: |
|
||||||
import boto3
|
import boto3
|
||||||
|
|
|
@ -1073,7 +1073,7 @@ Resources:
|
||||||
Handler: index.handler
|
Handler: index.handler
|
||||||
Role:
|
Role:
|
||||||
!GetAtt CloudformationLambdaRole.Arn
|
!GetAtt CloudformationLambdaRole.Arn
|
||||||
Runtime: python3.7
|
Runtime: python3.11
|
||||||
Timeout: 900
|
Timeout: 900
|
||||||
|
|
||||||
CloudformationLambdaInvoke:
|
CloudformationLambdaInvoke:
|
||||||
|
|
Loading…
Reference in New Issue