Update CloudFormation template (#1555)

- Bump Lambda runtime version to Python 3.12
This commit is contained in:
Paweł Saniewski 2024-04-23 07:06:21 +02:00 committed by GitHub
parent 2748312665
commit 4ee9911cbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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",