Skip to content

Commit

Permalink
Update some Lambda Python runtime from 3.8 to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Oct 17, 2024
1 parent 06ac5b7 commit 8a71394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Resources:
Handler: index.lambda_handler
MemorySize: 1024
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: python3.8
Runtime: python3.12
Timeout: 900
TracingConfig:
Mode: !Ref FunctionTracingConfigMode
Expand Down Expand Up @@ -156,7 +156,7 @@ Resources:
Handler: index.lambda_handler
MemorySize: 1024
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: python3.8
Runtime: python3.12
Timeout: 900
TracingConfig:
Mode: !Ref FunctionTracingConfigMode
Expand Down
2 changes: 1 addition & 1 deletion Lambda/cfn/Lambda-Init.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Resources:
Handler: index.lambda_handler
MemorySize: 1024
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: python3.8
Runtime: python3.12
Timeout: 30
TracingConfig:
Mode: Active
Expand Down
2 changes: 1 addition & 1 deletion Workspaces/cfn/unhealthy-workspaces-cloudwatch-alarms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Resources:
Properties:
FunctionName: UnhealthyWorkSpacesAlert
Handler: index.lambda_handler
Runtime: python3.8
Runtime: python3.12
MemorySize: 1024
Timeout: 900
Code:
Expand Down

0 comments on commit 8a71394

Please sign in to comment.