File tree Expand file tree Collapse file tree
code/workspace/package-and-deploy
basics/templates/pseudo-parameters
intermediate/templates/package-and-deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.4.6
2+ current_version = 3.5.0
33commit = True
44tag = False
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments