AWS Lambda Ruby 2.7 end of life (March 2023)

3

Lambda runtime is limited to Ruby 2.7.x which is EOL soon (March 2023).

Will Lambda support Ruby 3 before 2.7's EOL?

質問済み 1年前692ビュー
1回答
0

ruby 3 is not supported at this time, but per [1] you should be able to continue using the (2.7) functions, butit will no longer be supported/updated/etc If you need to run the ruby 3 run time you can look at using custom lambda runtimes [2] you can also have a look at [3]

There are also no supporting documentations that indicate when we will support ruby 3.

[1] https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy [2] https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html [3] https://repost.aws/questions/QU1UUAdfPHS5Gvi5UFjsULDQ/does-the-ruby-lambda-runtime-support-ruby-3-0

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ