Skip to content

Commit 08eb9b1

Browse files
authored
1 parent 59029e1 commit 08eb9b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rules/aws_lambda_function_deprecated_runtime.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func NewAwsLambdaFunctionDeprecatedRuntimeRule() *AwsLambdaFunctionDeprecatedRun
3030
"nodejs10.x": time.Date(2021, time.July, 30, 0, 0, 0, 0, time.UTC),
3131
"ruby2.5": time.Date(2021, time.July, 30, 0, 0, 0, 0, time.UTC),
3232
"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),
3334
"dotnetcore2.1": time.Date(2021, time.September, 20, 0, 0, 0, 0, time.UTC),
3435
},
3536
eolRuntimes: map[string]time.Time{
@@ -43,6 +44,7 @@ func NewAwsLambdaFunctionDeprecatedRuntimeRule() *AwsLambdaFunctionDeprecatedRun
4344
"nodejs10.x": time.Date(2021, time.August, 30, 0, 0, 0, 0, time.UTC),
4445
"ruby2.5": time.Date(2021, time.August, 30, 0, 0, 0, 0, time.UTC),
4546
"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),
4648
"dotnetcore2.1": time.Date(2021, time.October, 30, 0, 0, 0, 0, time.UTC),
4749
},
4850
Now: time.Now().UTC(),

0 commit comments

Comments
 (0)