Skip to content

Commit b797385

Browse files
Updated python runtime in AWSO
1 parent a111b1f commit b797385

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

aws-observability/apps/permissionchecker/permissioncheck.nested.template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Parameters:
5757
- kr
5858
- us2
5959
- us1
60-
- in
6160
- fed
6261
Description: "Enter au, ca, de, eu, fed, jp, kr, us1 or us2 Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
6362
Section1bSumoLogicAccessID:

aws-observability/apps/permissionchecker/permissioncheck.template.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Resources:
207207
stackArn: !Ref PermissionStack
208208
AwsRegion: !Ref AWS::Region
209209
Handler: "index.lambda_handler"
210-
Runtime: "python3.11"
210+
Runtime: "python3.13"
211211
Timeout: 900
212212
MemorySize: 128
213213
Role: !GetAtt "LambdaRole.Arn"

aws-observability/apps/permissionchecker/permissioncheck.template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Parameters:
3535
- kr
3636
- us2
3737
- us1
38-
- in
3938
- fed
4039
Description: "Enter au, ca, de, eu, fed, jp, kr, us1 or us2 Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
4140
Section1bSumoLogicAccessID:
@@ -215,7 +214,7 @@ Resources:
215214
stackArn: !Ref PermissionStack
216215
AwsRegion: !Ref AWS::Region
217216
Handler: "index.lambda_handler"
218-
Runtime: "python3.11"
217+
Runtime: "python3.13"
219218
Timeout: 900
220219
MemorySize: 128
221220
Role: !GetAtt "LambdaRole.Arn"

aws-observability/templates/sumologic_observability.mp.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Resources:
553553
Description: "A function to retrieve secrets from a provided secrets arn."
554554
Role: !GetAtt LambdaExecutionRoleSecretsRetrieval.Arn
555555
Handler: "index.handler"
556-
Runtime: "python3.11"
556+
Runtime: "python3.13"
557557
Timeout: 30
558558
Code:
559559
ZipFile: |

aws-observability/templates/sumologic_observability.mp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Resources:
551551
Description: "A function to retrieve secrets from a provided secrets arn."
552552
Role: !GetAtt LambdaExecutionRoleSecretsRetrieval.Arn
553553
Handler: "index.handler"
554-
Runtime: "python3.11"
554+
Runtime: "python3.13"
555555
Timeout: 30
556556
Code:
557557
ZipFile: |

aws-observability/templates/test/setup-infra/create_sumo_lambda_hepler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Resources:
117117
Type: AWS::Lambda::Function
118118
Properties:
119119
Handler: main.handler
120-
Runtime: python3.12
120+
Runtime: python3.13
121121
Description: "Lambda Function for deploying SumoLogic AWS Observability Solution."
122122
Code:
123123
S3Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]

0 commit comments

Comments
 (0)