deployment: Update Lambda runtime to python3.11 for AWS deployments

pull/819/head
cruizba 2023-09-08 18:06:42 +02:00
parent bbfc579161
commit cb07252181
5 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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: