Skip to content

Commit

Permalink
[Resolves 14] Update to python 3.9 (#15)
Browse files Browse the repository at this point in the history
AWS no longer supports python 3.6 which means this solution cannot
even be deployed unless it uses a more updated python version.
  • Loading branch information
zaro0508 authored Nov 1, 2022
1 parent cd66bb3 commit 70f20c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CloudWatch2S3-additional-account.template
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Resources:
Fn::GetAtt:
- LogSubscriberRole
- Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 300
Type: AWS::Lambda::Function
LogSubscriberPermission:
Expand Down
4 changes: 2 additions & 2 deletions CloudWatch2S3.template
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ Resources:
Fn::GetAtt:
- LogProcessorRole
- Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 300
Type: AWS::Lambda::Function
LogProcessorRole:
Expand Down Expand Up @@ -737,7 +737,7 @@ Resources:
Fn::GetAtt:
- LogSubscriberRole
- Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 300
Type: AWS::Lambda::Function
LogSubscriberPermission:
Expand Down

0 comments on commit 70f20c1

Please sign in to comment.