1
0
mirror of synced 2024-11-28 15:56:01 +03:00

EOL for python3.7 used by boto3

Reference: https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/
This commit is contained in:
Scottpedia 2023-08-13 22:31:42 +08:00
parent 8d7f69ccba
commit f06bf60bbb

View File

@ -394,7 +394,7 @@
"Type": "AWS::Lambda::Function", "Type": "AWS::Lambda::Function",
"Properties": { "Properties": {
"Handler": "index.handler", "Handler": "index.handler",
"Runtime": "python3.7", "Runtime": "python3.8",
"Role": { "Role": {
"Fn::GetAtt": [ "Fn::GetAtt": [
"LambdaExecutionRole", "LambdaExecutionRole",
@ -462,7 +462,7 @@
"Type": "AWS::Lambda::Function", "Type": "AWS::Lambda::Function",
"Properties": { "Properties": {
"Handler": "index.handler", "Handler": "index.handler",
"Runtime": "python3.7", "Runtime": "python3.8",
"Role": { "Role": {
"Fn::GetAtt": [ "Fn::GetAtt": [
"LambdaExecutionRole", "LambdaExecutionRole",