Skip to content

Commit

Permalink
Upgrade python runtime to 3.11 (#84)
Browse files Browse the repository at this point in the history
* Update elastio-aws-snapshots-action-tag-integration-template.yaml

* Update elastio-aws-snapshot-action-tag-integration-template.yaml
  • Loading branch information
arybitskyi authored Apr 29, 2024
1 parent b893d45 commit cf7fb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Resources:
Properties:
Timeout: 120
Handler: "index.lambda_handler"
Runtime: python3.8
Runtime: python3.11
Role: !GetAtt LambdaExecutionRole.Arn
Environment:
Variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Resources:
Properties:
Timeout: 120
Handler: "index.lambda_handler"
Runtime: python3.8
Runtime: python3.11
Role: !GetAtt LambdaExecutionRole.Arn
Environment:
Variables:
Expand Down

0 comments on commit cf7fb42

Please sign in to comment.