@@ -30,6 +30,7 @@ func NewAwsLambdaFunctionDeprecatedRuntimeRule() *AwsLambdaFunctionDeprecatedRun
30
30
"nodejs10.x" : time .Date (2021 , time .July , 30 , 0 , 0 , 0 , 0 , time .UTC ),
31
31
"ruby2.5" : time .Date (2021 , time .July , 30 , 0 , 0 , 0 , 0 , time .UTC ),
32
32
"python2.7" : time .Date (2021 , time .July , 15 , 0 , 0 , 0 , 0 , time .UTC ),
33
+ "python3.6" : time .Date (2022 , time .July , 18 , 0 , 0 , 0 , 0 , time .UTC ),
33
34
"dotnetcore2.1" : time .Date (2021 , time .September , 20 , 0 , 0 , 0 , 0 , time .UTC ),
34
35
},
35
36
eolRuntimes : map [string ]time.Time {
@@ -43,6 +44,7 @@ func NewAwsLambdaFunctionDeprecatedRuntimeRule() *AwsLambdaFunctionDeprecatedRun
43
44
"nodejs10.x" : time .Date (2021 , time .August , 30 , 0 , 0 , 0 , 0 , time .UTC ),
44
45
"ruby2.5" : time .Date (2021 , time .August , 30 , 0 , 0 , 0 , 0 , time .UTC ),
45
46
"python2.7" : time .Date (2021 , time .September , 30 , 0 , 0 , 0 , 0 , time .UTC ),
47
+ "python3.6" : time .Date (2022 , time .August , 17 , 0 , 0 , 0 , 0 , time .UTC ),
46
48
"dotnetcore2.1" : time .Date (2021 , time .October , 30 , 0 , 0 , 0 , 0 , time .UTC ),
47
49
},
48
50
Now : time .Now ().UTC (),
0 commit comments