Skip to content

Commit a21913d

Browse files
authored
Rezabekf/bump python runtime (#269)
* Bump python runtime to 3.12 * Bump version: 3.4.6 → 3.5.0
1 parent 2c661d6 commit a21913d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 3.4.6
2+
current_version = 3.5.0
33
commit = True
44
tag = False

code/workspace/package-and-deploy/infrastructure.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Resources:
2121
Properties:
2222
FunctionName: cfn-workshop-python-function
2323
Description: Python Function to return specific TimeZone time
24-
Runtime: python3.8
24+
Runtime: python3.12
2525
Role: !GetAtt LambdaBasicExecutionRole.Arn
2626
Handler: lambda_function.handler
2727
Code: lambda/

content/basics/templates/pseudo-parameters/index.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ DemoLambdaFunction:
127127
Properties:
128128
Handler: index.lambda_handler
129129
Role: !GetAtt DemoRole.Arn
130-
Runtime: python3.8
130+
Runtime: python3.12
131131
Code:
132132
ZipFile: |
133133
import boto3

content/basics/templates/pseudo-parameters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ DemoLambdaFunction:
149149
Properties:
150150
Handler: index.lambda_handler
151151
Role: !GetAtt DemoRole.Arn
152-
Runtime: python3.8
152+
Runtime: python3.12
153153
Code:
154154
ZipFile: |
155155
import boto3

content/intermediate/templates/package-and-deploy/index.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PythonFunction:
6161
Properties:
6262
FunctionName: cfn-workshop-python-function
6363
Description: Python Function to return specific TimeZone time
64-
Runtime: python3.8
64+
Runtime: python3.12
6565
Role: !GetAtt LambdaBasicExecutionRole.Arn
6666
Handler: lambda_function.handler
6767
Code: lambda/ # <<< This is a local directory
@@ -131,7 +131,7 @@ PythonFunction:
131131
Properties:
132132
FunctionName: cfn-workshop-python-function
133133
Description: Python Function to return specific TimeZone time
134-
Runtime: python3.8
134+
Runtime: python3.12
135135
Role:
136136
Fn::GetAtt:
137137
- LambdaBasicExecutionRole

content/intermediate/templates/package-and-deploy/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PythonFunction:
6262
Properties:
6363
FunctionName: cfn-workshop-python-function
6464
Description: Python Function to return specific TimeZone time
65-
Runtime: python3.8
65+
Runtime: python3.12
6666
Role: !GetAtt LambdaBasicExecutionRole.Arn
6767
Handler: lambda_function.handler
6868
Code: lambda/ # <<< This is a local directory
@@ -132,7 +132,7 @@ PythonFunction:
132132
Properties:
133133
FunctionName: cfn-workshop-python-function
134134
Description: Python Function to return specific TimeZone time
135-
Runtime: python3.8
135+
Runtime: python3.12
136136
Role:
137137
Fn::GetAtt:
138138
- LambdaBasicExecutionRole

0 commit comments

Comments
 (0)