Skip to content

Commit

Permalink
Merge pull request #472 from shinesolutions/pranavmalaviya-feature/up…
Browse files Browse the repository at this point in the history
…date_lambdas_python_version

Update lambdas runtime version to python3.8
  • Loading branch information
mattd-mb authored Oct 26, 2023
2 parents 280ce9d + aae3894 commit 640903c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -283,6 +283,6 @@ Resources:
Role:
Fn::ImportValue:
Fn::Sub: ${MainStackPrefixParameter}-StackManagerLambdaServiceRoleArn
Runtime: python3.7
Runtime: python3.8
Timeout: 900
Type: AWS::Lambda::Function

0 comments on commit 640903c

Please sign in to comment.