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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则