Skip to content

Commit

Permalink
Rezabekf/bump python runtime (#269)
Browse files Browse the repository at this point in the history
* Bump python runtime to 3.12

* Bump version: 3.4.6 → 3.5.0
  • Loading branch information
rezabekf authored Dec 5, 2024
1 parent 2c661d6 commit a21913d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 3.4.6
current_version = 3.5.0
commit = True
tag = False
2 changes: 1 addition & 1 deletion code/workspace/package-and-deploy/infrastructure.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
Properties:
FunctionName: cfn-workshop-python-function
Description: Python Function to return specific TimeZone time
Runtime: python3.8
Runtime: python3.12
Role: !GetAtt LambdaBasicExecutionRole.Arn
Handler: lambda_function.handler
Code: lambda/
Expand Down
2 changes: 1 addition & 1 deletion content/basics/templates/pseudo-parameters/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ DemoLambdaFunction:
Properties:
Handler: index.lambda_handler
Role: !GetAtt DemoRole.Arn
Runtime: python3.8
Runtime: python3.12
Code:
ZipFile: |
import boto3
Expand Down
2 changes: 1 addition & 1 deletion content/basics/templates/pseudo-parameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ DemoLambdaFunction:
Properties:
Handler: index.lambda_handler
Role: !GetAtt DemoRole.Arn
Runtime: python3.8
Runtime: python3.12
Code:
ZipFile: |
import boto3
Expand Down
4 changes: 2 additions & 2 deletions content/intermediate/templates/package-and-deploy/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PythonFunction:
Properties:
FunctionName: cfn-workshop-python-function
Description: Python Function to return specific TimeZone time
Runtime: python3.8
Runtime: python3.12
Role: !GetAtt LambdaBasicExecutionRole.Arn
Handler: lambda_function.handler
Code: lambda/ # <<< This is a local directory
Expand Down Expand Up @@ -131,7 +131,7 @@ PythonFunction:
Properties:
FunctionName: cfn-workshop-python-function
Description: Python Function to return specific TimeZone time
Runtime: python3.8
Runtime: python3.12
Role:
Fn::GetAtt:
- LambdaBasicExecutionRole
Expand Down
4 changes: 2 additions & 2 deletions content/intermediate/templates/package-and-deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PythonFunction:
Properties:
FunctionName: cfn-workshop-python-function
Description: Python Function to return specific TimeZone time
Runtime: python3.8
Runtime: python3.12
Role: !GetAtt LambdaBasicExecutionRole.Arn
Handler: lambda_function.handler
Code: lambda/ # <<< This is a local directory
Expand Down Expand Up @@ -132,7 +132,7 @@ PythonFunction:
Properties:
FunctionName: cfn-workshop-python-function
Description: Python Function to return specific TimeZone time
Runtime: python3.8
Runtime: python3.12
Role:
Fn::GetAtt:
- LambdaBasicExecutionRole
Expand Down

0 comments on commit a21913d

Please sign in to comment.