File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ You can write functions in any of the following runtimes and execute them straig
33
33
- Java 11
34
34
- Java 8
35
35
- .NET 8
36
- - .NET 7
37
36
- .NET 6
38
37
- Ruby 3.3
39
38
- Ruby 3.2
@@ -42,7 +41,7 @@ You can write functions in any of the following runtimes and execute them straig
42
41
43
42
Any runtime that [ Lambda supports] ( https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html ) , you can use!
44
43
45
- Sidecar is maintained by [ Aaron Francis] ( https://twitter.com/aarondfrancis ) , go follow me on Twitter!
44
+ Sidecar is maintained by [ Aaron Francis] ( https://twitter.com/aarondfrancis ) , go follow me on Twitter!
46
45
47
46
### What It Looks Like
48
47
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ abstract class Runtime
39
39
40
40
public const DOT_NET_8 = 'dotnet8 ' ;
41
41
42
+ /** @deprecated */
42
43
public const DOT_NET_7 = 'dotnet7 ' ;
43
44
44
45
public const DOT_NET_6 = 'dotnet6 ' ;
You can’t perform that action at this time.
0 commit comments