diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2230fd..416406b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Changes +- Update lambda functions' version from python3.7 to python3.8 [#472] ## 5.19.0 - 2022-11-22 diff --git a/templates/cloudformation/apps/aem-stack-manager/stack-manager-c.yaml b/templates/cloudformation/apps/aem-stack-manager/stack-manager-c.yaml index df2655ff..88939988 100644 --- a/templates/cloudformation/apps/aem-stack-manager/stack-manager-c.yaml +++ b/templates/cloudformation/apps/aem-stack-manager/stack-manager-c.yaml @@ -264,7 +264,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 60 Type: AWS::Lambda::Function ManagerTopicPermission: @@ -319,7 +319,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 60 Type: AWS::Lambda::Function OfflineBackupTopic: @@ -380,7 +380,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 60 Type: AWS::Lambda::Function QueryLambdaProdAlias: diff --git a/templates/cloudformation/apps/aem-stack-manager/stack-manager.yaml b/templates/cloudformation/apps/aem-stack-manager/stack-manager.yaml index c3a5aa63..d3481c0e 100644 --- a/templates/cloudformation/apps/aem-stack-manager/stack-manager.yaml +++ b/templates/cloudformation/apps/aem-stack-manager/stack-manager.yaml @@ -264,7 +264,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 60 Type: AWS::Lambda::Function ManagerTopicPermission: @@ -319,7 +319,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 60 Type: AWS::Lambda::Function OfflineBackupTopic: @@ -380,7 +380,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 60 Type: AWS::Lambda::Function QueryLambdaProdAlias: diff --git a/templates/cloudformation/apps/aem-stack-manager/utilities.yaml b/templates/cloudformation/apps/aem-stack-manager/utilities.yaml index de60d731..fdadfe78 100644 --- a/templates/cloudformation/apps/aem-stack-manager/utilities.yaml +++ b/templates/cloudformation/apps/aem-stack-manager/utilities.yaml @@ -134,7 +134,7 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 300 Type: AWS::Lambda::Function CloudWatchS3StreamLambdaPermission: @@ -283,6 +283,6 @@ Resources: Role: Fn::ImportValue: Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn - Runtime: python3.7 + Runtime: python3.8 Timeout: 900 Type: AWS::Lambda::Function