Skip to content

Commit

Permalink
Update Lambda versions (#729)
Browse files Browse the repository at this point in the history
* docs: 📝 Update versions for all supported runtimes

* docs: ✏️ Fix typo

---------

Co-authored-by: Jay <[email protected]>
  • Loading branch information
hrvg and jayair authored Aug 31, 2023
1 parent d65c8be commit a57bf1d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions _chapters/es/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ comments_id: what-is-aws-lambda/308

Comencemos rápidamente por las especificaciones técnicas de AWS Lambda. Lambda soporta los siguientes entornos de ejecución:

- Node.js: v8.10 y v6.10
- Java 8
- Python: 3.6 y 2.7
- .NET Core: 1.0.1 y 2.0
- Node.js 18.x, 16.x, y 14.x
- Java 17, 11 y 8
- Python 3.11, 3.10, 3.9, 3.8, y 3.7
- .NET 7 y 6
- Go 1.x
- Ruby 2.5
- Rust
- Ruby 3.2 y 2.7
- [Rust](https://docs.aws.amazon.com/es_es/lambda/latest/dg/lambda-rust.html)

Cada función corre en un contenedor con Amazon Linux AMI a 64-bit. Y el entorno de ejecución cuenta con:

Expand Down
12 changes: 6 additions & 6 deletions _chapters/fr/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ comments_id: what-is-aws-lambda/308

Voici les spécifications techniques d'AWS Lambda. Lambda supporte les langages suivants :

- Node.js: v8.10 et v6.10
- Java 8
- Python: 3.6 et 2.7
- .NET Core: 1.0.1 et 2.0
- Node.js 18.x, 16.x, et 14.x
- Java 17, 11 et 8
- Python 3.11, 3.10, 3.9, 3.8, et 3.7
- .NET 7 et 6
- Go 1.x
- Ruby 2.5
- Rust
- Ruby 3.2 et 2.7
- [Rust](https://docs.aws.amazon.com/fr_fr/lambda/latest/dg/lambda-rust.html)

Chaque fonction s'exécute dans un conteneur 64-bit Amazon Linux AMI. Et l'environnement d'exécution a :

Expand Down
12 changes: 6 additions & 6 deletions _chapters/ko/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ comments_id: what-is-aws-lambda/308

AWS Lambda의 기술 사양을 빠르게 살펴보겠습니다. 우선 Lambda는 다음과 같은 런타임(Runtime)을 지원합니다.

- Node.js: v8.10 and v6.10
- Java 8
- Python: 3.6 and 2.7
- .NET Core: 1.0.1 and 2.0
- Node.js 18.x, 16.x, and 14.x
- Java 17, 11 and 8
- Python 3.11, 3.10, 3.9, 3.8, and 3.7
- .NET 7 and 6
- Go 1.x
- Ruby 2.5
- Rust
- Ruby 3.2 and 2.7
- [Rust](https://docs.aws.amazon.com/ko_kr/lambda/latest/dg/lambda-rust.html)

각 기능은 64 비트의 Amazon Linux AMI가 설치된 컨테이너에서 실행됩니다. 그리고 실행 환경은 다음과 같습니다.

Expand Down
14 changes: 6 additions & 8 deletions _chapters/pl/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ comments_id: what-is-aws-lambda/308

Zacznijmy od szybkiego przyjrzenia się specyfikacji technicznej usługi AWS Lambda. Lambda obsługuje następujące środowiska uruchomieniowe:

- Node.js 12.13.0, 10.16.3, 8.10
- Java 11, 8
- Python 3.8, 3.7, 3.6, 2.7
- .NET Core 2.1, 2.2, 3.0, 3.1
- Node.js 18.x, 16.x,, 14.x
- Java 17, 11, 8
- Python 3.11, 3.10, 3.9, 3.8,, 3.7
- .NET 7, 6
- Go 1.x
- Ruby 2.5
- Rust

Zwróć uwagę, że [wsparcie dla .NET Core 2.2 i 3.0 jest dostępne poprzez niestandardowe środowiska uruchomieniowe](https://aws.amazon.com/blogs/developer/announcing-amazon-lambda-runtimesupport/).
- Ruby 3.2, 2.7
- [Rust](https://docs.aws.amazon.com/lambda/latest/dg/lambda-rust.html)

Każda funkcja działa w kontenerze z 64-bitowym AMI Amazon Linux. Środowisko wykonawcze posiada:

Expand Down
10 changes: 6 additions & 4 deletions _chapters/pt/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ comments_id: what-is-aws-lambda/308

Vamos começar com uma visão por cima das especificações técnicas da AWS Lambda. As funções suportam as seguintes linguagens:

- Node.js: v8.10 e v6.10
- Java 8
- Python: 3.6 e 2.7
- .NET Core: 1.0.1 e 2.0
- Node.js 18.x, 16.x, e 14.x
- Java 17, 11 e 8
- Python 3.11, 3.10, 3.9, 3.8, e 3.7
- .NET 7 e 6
- Go 1.x
- Ruby 3.2 e 2.7
- [Rust](https://docs.aws.amazon.com/pt_br/lambda/latest/dg/lambda-rust.html)

Cada função executa dentro de um container com uma distro Linux própria da Amazon chamada Amazon AMI com arquitetura 64-bit. E o ambiente de execução pode possuir as seguintes especificações:

Expand Down
12 changes: 6 additions & 6 deletions _chapters/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ comments_id: what-is-aws-lambda/308

Let's start by quickly looking at the technical specifications of AWS Lambda. Lambda supports the following runtimes.

- Node.js 18.x, 16.x, 14.x and 12.x
- Java 11 and 8
- Python 3.9, 3.8, 3.7 and 3.6
- .NET 6, 3.1, 3.0 and 2.2
- Node.js 18.x, 16.x, and 14.x
- Java 17, 11 and 8
- Python 3.11, 3.10, 3.9, 3.8, and 3.7
- .NET 7 and 6
- Go 1.x
- Ruby 2.7
- Rust
- Ruby 3.2 and 2.7
- [Rust](https://docs.aws.amazon.com/lambda/latest/dg/lambda-rust.html)

{%info%}
[.NET Core 2.2 and 3.0 are supported through custom runtimes](https://aws.amazon.com/blogs/developer/announcing-amazon-lambda-runtimesupport/){:target="_blank"}.
Expand Down

0 comments on commit a57bf1d

Please sign in to comment.