Skip to content

Commit 3834c80

Browse files
authored
Updating docs to reflect deprecated runtimes
1 parent 1d18bdf commit 3834c80

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/overview.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@ You can write functions in any of the following runtimes and execute them straig
1010
- Node.js 16
1111
- Node.js 14
1212
- Node.js 12
13-
- Node.js 10
1413
- Python 3.8
1514
- Python 3.7
16-
- Python 3.6
17-
- Python 2.7
1815
- Ruby 2.7
19-
- Ruby 2.5
2016
- Java 11
2117
- Java 8
2218
- Go 1.x
2319
- .NET Core 3.1
24-
- .NET Core 2.1
2520

2621
Any runtime that [Lambda supports](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html), you can use!
2722

@@ -128,4 +123,4 @@ If you need other services, you are encouraged to use the instances that Vapor h
128123
**Sidecar does not provide a way to execute a function via HTTP. You must execute it from your Laravel app through the provided methods.**
129124

130125

131-
Finally, Sidecar doesn't replace Vapor in any way. In fact, PHP is not even one of the default AWS supported runtimes!
126+
Finally, Sidecar doesn't replace Vapor in any way. In fact, PHP is not even one of the default AWS supported runtimes!

0 commit comments

Comments
 (0)