AWS Introduces Amazon Linux 2023 Runtime for Lambda
Briefly

Lambda provides managed runtimes for Java, Python, Node.js, .NET, and Ruby. However, if you want to develop your Lambda functions in programming languages that are not supported by Lambda's managed language runtimes, the 'provided' runtime family provides an OS-only environment in which you can run code written in any language. This release extends the provided runtime family to support Amazon Linux 2023.
In case developers want to use the AL2023 custom runtime, they can either navigate to the Create function page in the Lambda console and select 'Provide your own bootstrap on Amazon Linux 2023' as the Runtime value or use the AWS SAM template to build and deploy your Lambda function.
Read at InfoQ
[
]
[
|
]