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?

asked a year ago688 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions