-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] - AL 2023 on Lambda #303
Comments
I have considered building my own image based on AL2023 for my ruby-based lambda runtime. The Dockerfile looks like this:
This adds Ruby 3.2 to the image which is the supported version going forward (2.7 is deprecated). However, I would prefer to have this runtime supported in Lambda rather than building a custom image as it is a lot simpler to set up apps using the serverless framework. See also an example with SAM: https://github.com/wildomonges/lambda-ruby3.2-container-image |
As per aws/aws-lambda-base-images#92 (comment) (and also tracked in aws/aws-lambda-base-images#59 ) there's the following available now:
There's also the Node 20 Lambda runtime based upon AL2023 (see aws/aws-lambda-base-images#91 (comment) ), and the Corretto 21 runtime (see aws/aws-lambda-base-images#113 (comment) ). I'll keep this issue open until the Lambda GA of AL2023 images. |
Hello @stewartsmith , is there an ETA for this? I see it was moved to Coming Soon and would appreciate if there was a rough estimate of release date? |
As I understand, it is coming in the next few months. |
With the announcement that @ozbenh pointed to, I'm going to resolve this issue as completed. Further documentation and more runtimes will follow. See the Introducing the Amazon Linux 2023 runtime for AWS Lambda blog post for more information. One thing I particularly like is how much smaller the AL2023 base image is: 40MB versus the 100MB of AL2! This is thanks to the AL2023 minimal container image. |
Is your feature request related to a problem? Please describe.
Is AL 2023 coming to Lambda? Is there a roadmap for this? How will quarterly releases be treated by Lambda?
Describe the solution you'd like
AL 2023 available on Lambda for both x86_64 and arm64.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: