Skip to content

Commit

Permalink
Update Lambda function runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Nov 2, 2023
1 parent bda860b commit 0673d8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Resources:
AMSGetLatestAMI:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.8
Runtime: python3.11
Handler: index.handler
Role: !Sub ${DescribeImagesRole.Arn}
Timeout: 60
Expand Down
4 changes: 2 additions & 2 deletions cloudformation/antmedia-aws-autoscale-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Resources:
AMSGetLatestAMI:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.8
Runtime: python3.11
Handler: index.handler
Role: !Sub ${DescribeImagesRole.Arn}
Timeout: 60
Expand Down Expand Up @@ -296,7 +296,7 @@ Resources:
UbuntuGetLatestAMI:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.8
Runtime: python3.11
Handler: index.handler
Role: !Sub ${DescribeImagesRole.Arn}
Timeout: 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Resources:
AMSGetLatestAMI:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.8
Runtime: python3.11
Handler: index.handler
Role: !Sub ${DescribeImagesRole.Arn}
Timeout: 60
Expand Down Expand Up @@ -347,7 +347,7 @@ Resources:
UbuntuGetLatestAMI:
Type: AWS::Lambda::Function
Properties:
Runtime: python3.8
Runtime: python3.11
Handler: index.handler
Role: !Sub ${DescribeImagesRole.Arn}
Timeout: 60
Expand Down

0 comments on commit 0673d8a

Please sign in to comment.