1
0
Fork 0
mirror of synced 2025-04-03 13:13:35 +03:00

Bump Python version to 3.12 in the AWS CloudFormation template

This commit is contained in:
Paweł Saniewski 2024-04-22 23:20:19 +02:00 committed by GitHub
parent 2748312665
commit e2da7db16d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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