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:
parent
8d7f69ccba
commit
f06bf60bbb
@ -394,7 +394,7 @@
|
||||
"Type": "AWS::Lambda::Function",
|
||||
"Properties": {
|
||||
"Handler": "index.handler",
|
||||
"Runtime": "python3.7",
|
||||
"Runtime": "python3.8",
|
||||
"Role": {
|
||||
"Fn::GetAtt": [
|
||||
"LambdaExecutionRole",
|
||||
@ -462,7 +462,7 @@
|
||||
"Type": "AWS::Lambda::Function",
|
||||
"Properties": {
|
||||
"Handler": "index.handler",
|
||||
"Runtime": "python3.7",
|
||||
"Runtime": "python3.8",
|
||||
"Role": {
|
||||
"Fn::GetAtt": [
|
||||
"LambdaExecutionRole",
|
||||
|
Loading…
Reference in New Issue
Block a user