Skip to content

Commit e83a749

Browse files
authored
Merge pull request #92 from timoschilling/patch-1
list ruby as lambda runtime
2 parents 8ebff88 + 78e582f commit e83a749

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc_source/lambda-runtimes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,16 @@ A runtime can support a single version of a language, multiple versions of a lan
4646
| \.NET Core 2\.0 | `dotnetcore2.0` | C\# |
4747
| \.NET Core 1\.0 | `dotnetcore1.0` | C\# |
4848

49+
**Ruby Runtimes**
50+
51+
| Name | Identifier |
52+
| --- | --- |
53+
| Ruby 2\.5 | `ruby2.5` |
54+
4955
**Topics**
5056
+ [Lambda Execution Environment and Available Libraries](current-supported-versions.md)
5157
+ [AWS Lambda Execution Context](running-lambda-code.md)
5258
+ [Runtime Support Policy](runtime-support-policy.md)
5359
+ [Custom AWS Lambda Runtimes](runtimes-custom.md)
5460
+ [AWS Lambda Runtime Interface](runtimes-api.md)
55-
+ [Tutorial – Publishing a Custom Runtime](runtimes-walkthrough.md)
61+
+ [Tutorial – Publishing a Custom Runtime](runtimes-walkthrough.md)

0 commit comments

Comments
 (0)