Update CloudFormation template (#1555)
- Bump Lambda runtime version to Python 3.12
This commit is contained in:
parent
2748312665
commit
4ee9911cbc
@ -348,7 +348,7 @@
|
||||
"Type": "AWS::Lambda::Function",
|
||||
"Properties": {
|
||||
"Handler": "index.handler",
|
||||
"Runtime": "python3.8",
|
||||
"Runtime": "python3.12",
|
||||
"Role": {
|
||||
"Fn::GetAtt": [
|
||||
"LambdaExecutionRole",
|
||||
@ -457,7 +457,7 @@
|
||||
"Type": "AWS::Lambda::Function",
|
||||
"Properties": {
|
||||
"Handler": "index.handler",
|
||||
"Runtime": "python3.8",
|
||||
"Runtime": "python3.12",
|
||||
"Role": {
|
||||
"Fn::GetAtt": [
|
||||
"LambdaExecutionRole",
|
||||
|
Loading…
Reference in New Issue
Block a user