Skip to content

Commit 640903c

Browse files
authored
Merge pull request #472 from shinesolutions/pranavmalaviya-feature/update_lambdas_python_version
Update lambdas runtime version to python3.8
2 parents 280ce9d + aae3894 commit 640903c

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
### Changes
10+
- Update lambda functions' version from python3.7 to python3.8 [#472]
911

1012
## 5.19.0 - 2022-11-22
1113

templates/cloudformation/apps/aem-stack-manager/stack-manager-c.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Resources:
264264
Role:
265265
Fn::ImportValue:
266266
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
267-
Runtime: python3.7
267+
Runtime: python3.8
268268
Timeout: 60
269269
Type: AWS::Lambda::Function
270270
ManagerTopicPermission:
@@ -319,7 +319,7 @@ Resources:
319319
Role:
320320
Fn::ImportValue:
321321
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
322-
Runtime: python3.7
322+
Runtime: python3.8
323323
Timeout: 60
324324
Type: AWS::Lambda::Function
325325
OfflineBackupTopic:
@@ -380,7 +380,7 @@ Resources:
380380
Role:
381381
Fn::ImportValue:
382382
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
383-
Runtime: python3.7
383+
Runtime: python3.8
384384
Timeout: 60
385385
Type: AWS::Lambda::Function
386386
QueryLambdaProdAlias:

templates/cloudformation/apps/aem-stack-manager/stack-manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Resources:
264264
Role:
265265
Fn::ImportValue:
266266
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
267-
Runtime: python3.7
267+
Runtime: python3.8
268268
Timeout: 60
269269
Type: AWS::Lambda::Function
270270
ManagerTopicPermission:
@@ -319,7 +319,7 @@ Resources:
319319
Role:
320320
Fn::ImportValue:
321321
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
322-
Runtime: python3.7
322+
Runtime: python3.8
323323
Timeout: 60
324324
Type: AWS::Lambda::Function
325325
OfflineBackupTopic:
@@ -380,7 +380,7 @@ Resources:
380380
Role:
381381
Fn::ImportValue:
382382
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
383-
Runtime: python3.7
383+
Runtime: python3.8
384384
Timeout: 60
385385
Type: AWS::Lambda::Function
386386
QueryLambdaProdAlias:

templates/cloudformation/apps/aem-stack-manager/utilities.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Resources:
134134
Role:
135135
Fn::ImportValue:
136136
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
137-
Runtime: python3.7
137+
Runtime: python3.8
138138
Timeout: 300
139139
Type: AWS::Lambda::Function
140140
CloudWatchS3StreamLambdaPermission:
@@ -283,6 +283,6 @@ Resources:
283283
Role:
284284
Fn::ImportValue:
285285
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
286-
Runtime: python3.7
286+
Runtime: python3.8
287287
Timeout: 900
288288
Type: AWS::Lambda::Function

0 commit comments

Comments
 (0)