Skip to content

Commit

Permalink
Update runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst authored and ryanblock committed Aug 29, 2023
1 parent d64580f commit 3352d05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/docs/en/reference/project-manifest/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Local AWS profile name to use with this project, as defined in your [local AWS c
| Runtime | Versions | Example | Alias<sup>1</sup> |
|---------|----------------------------|--------------------|---------------------------|
| Node.js | 12.x, 14.x, 16.x (default) | `nodejs16.x` | `node` `nodejs` `node.js` |
| Python | 3.7, 3.8, 3.9 (default) | `python3.9` | `python` `py` |
| Ruby | 2.7 | `ruby2.7` | `ruby` `rb` |
| .NET | 5.0, 6 (default) | `dotnetcore6` | `dotnet` `.net` |
| Node.js | 14.x, 16.x (default), 18.x | `nodejs16.x` | `node` `nodejs` `node.js` |
| Python | 3.7, 3.8, 3.9 (default), 3.10, 3.11 | `python3.9` | `python` `py` |
| Ruby | 2.7 (default). 3.2 | `ruby2.7` | `ruby` `rb` |
| .NET | 6.0 (default), 7.0 | `dotnetcore6` | `dotnet` `.net` |
| Go | 1.x | `go1.x` | `golang` `go` |
| Java | 8, 8.al2, 11 (default) | `java11` | `java` |
| Java | 8, 8.al2, 11 (default), 17 | `java11` | `java` |

1. Runtime aliases always use Architect's current default runtime version; `py` is effectively `python3.9`.

Expand Down

0 comments on commit 3352d05

Please sign in to comment.