amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
501 stars 38 forks source link

[Bug] - Update Lambda Runtime in US-West-2 #615

Closed Bhutania closed 5 months ago

Bhutania commented 5 months ago

Describe the bug I currently am attempting to use the linux tzdb package, and it is not available in the current release of lambda provided runtime: provided.al2023.

The current runtime for provided.al2023 in Lambda is quite out of date:

system-release-2023.2.20231030-1.amzn2023.noarch

It would be nice if a newer version could be rolled out to Lambda. The most current release of the lambda according to rpm is:

system-release-2023.3.20231218-0.amzn2023.noarch

To Reproduce Steps to reproduce the behavior:

  1. Create a Lambda Function in us-west-2, using AWS SAM templates with the field:
    runtime: provided.al2023
  2. Execute and log the results of: rpm --query system-release
  3. Observe the version of release.

Expected behavior I expect the Lambda runtime version to match the latest runtime release.

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here. I found some information about the problem here: https://github.com/aws/aws-lambda-dotnet/discussions/1619

Feel free to redirect me to a more applicable team, I just figured this would be a good spot to track the problem.

Thanks, Arnav

Bhutania commented 5 months ago

This has been released now in us west 2. Closing the issue.