Skip to content

Commit 5cd4093

Browse files
authoredApr 29, 2024
Update Amazon_S3_triggered_import.yaml
Updating Lambda runtime to Python 3.12 from Python 3.7
1 parent 4218c0d commit 5cd4093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎cloudformation/Amazon_S3_triggered_import.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Resources:
3131
Properties:
3232
Handler: index.lambda_handler
3333
Role: !GetAtt ImportSegmentLambdaRole.Arn
34-
Runtime: python3.7
34+
Runtime: python3.12
3535
Timeout: 60
3636
Environment:
3737
Variables:
@@ -162,7 +162,7 @@ Resources:
162162
Properties:
163163
Handler: index.lambda_handler
164164
Role: !GetAtt ImportSegmentStatusLambdaRole.Arn
165-
Runtime: python3.7
165+
Runtime: python3.12
166166
Timeout: 60
167167
Environment:
168168
Variables:
@@ -407,7 +407,7 @@ Resources:
407407
Properties:
408408
Handler: index.lambda_handler
409409
Role: !GetAtt S3NotificationLambdaFunctionRole.Arn
410-
Runtime: python3.7
410+
Runtime: python3.12
411411
Timeout: 30
412412
Environment:
413413
Variables:
@@ -508,7 +508,7 @@ Resources:
508508
Properties:
509509
Handler: index.lambda_handler
510510
Role: !GetAtt CustomResourceLambdaFunctionRole.Arn
511-
Runtime: python3.7
511+
Runtime: python3.12
512512
Timeout: 50
513513
Code:
514514
ZipFile: |

0 commit comments

Comments
 (0)
Please sign in to comment.