Skip to content

Commit 9ba9576

Browse files
authored
update python runtime to 3.13 (#1288)
1 parent 1bb5dac commit 9ba9576

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Resources:
460460
FunctionName: !Sub 'CidSpiceRefreshLambda${Suffix}'
461461
Role: !GetAtt SpiceRefreshExecutionRole.Arn
462462
Description: 'Refresh QuickSight DataSets for CID'
463-
Runtime: python3.11
463+
Runtime: python3.13
464464
Architectures: [ x86_64 ] #Compatible with arm64 but it is not supported in all regions
465465
MemorySize: 128
466466
Timeout: 60
@@ -620,7 +620,7 @@ Resources:
620620
FunctionName: !Sub CidInitialSetup-DoNotRun${Suffix}
621621
Role: !GetAtt 'InitLambdaExecutionRole.Arn'
622622
Description: "CID legacy setup"
623-
Runtime: python3.11
623+
Runtime: python3.13
624624
Handler: 'index.lambda_handler'
625625
Code:
626626
ZipFile: |
@@ -643,7 +643,7 @@ Resources:
643643
FunctionName: !Sub "CidCustomResourceFunctionInit-DoNotRun${Suffix}"
644644
Role: !GetAtt 'InitLambdaExecutionRole.Arn'
645645
Description: "Do what CFN cannot: start crawler and delete bucket with objects"
646-
Runtime: python3.11
646+
Runtime: python3.13
647647
Architectures: [ x86_64 ] #Compatible with arm64 but it is not supported in all regions
648648
MemorySize: 128
649649
Timeout: 600
@@ -917,7 +917,7 @@ Resources:
917917
Role: !GetAtt 'ProcessPathLambdaExecutionRole.Arn'
918918
FunctionName: !Sub "CidCustomResourceProcessPath-DoNotRun${Suffix}"
919919
Description: "Do what CFN cannot: process string of path"
920-
Runtime: python3.11
920+
Runtime: python3.13
921921
Architectures: [ x86_64 ] #Compatible with arm64 but it is not supported in all regions
922922
MemorySize: 128
923923
Timeout: 60
@@ -1773,7 +1773,7 @@ Resources:
17731773
FunctionName: !Sub 'CidCustomResourceDashboard${Suffix}'
17741774
Description: 'A lambda that manage create delete update of Athena views, QuickSight Datasets and dashboards using CID-CMD tool'
17751775
Role: !GetAtt CidExecRole.Arn
1776-
Runtime: python3.11
1776+
Runtime: python3.13
17771777
Architectures: [ x86_64 ] #Compatible with arm64 but it is not supported in all regions
17781778
MemorySize: 2688
17791779
Timeout: 300 # Time of discovery depend on number of dashboards
@@ -1969,7 +1969,7 @@ Resources:
19691969
FunctionName: !Sub 'CidPullAssets${Suffix}'
19701970
Handler: index.handler
19711971
Role: !GetAtt PullAssetsLambdaRole.Arn
1972-
Runtime: python3.12
1972+
Runtime: python3.13
19731973
Timeout: 300
19741974
MemorySize: 256
19751975
Code:
@@ -2095,7 +2095,7 @@ Resources:
20952095
- python3.10
20962096
- python3.11
20972097
- python3.12
2098-
2098+
- python3.13
20992099

21002100
CostIntelligenceDashboard:
21012101
Type: Custom::CidDashboard

0 commit comments

Comments
 (0)