-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Lambda: Support python3.14 and java25 runtimes #13348
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
Conversation
gregfurman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once CI is 🟢!
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 5m 29s ⏱️ Results for commit 5ad2358. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 36m 33s ⏱️ - 26m 23s For more details on these failures, see this check. Results for commit 5ad2358. ± Comparison against base commit a2d83bf. This pull request removes 1375 and adds 17 tests. Note that renamed tests count towards both. |
|
All pro failures are due to the apigateway encoding issue, which is unrelated and already fixed. |
Motivation
AWS will, according to their Lambda Runtime Documentation (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-future) soon release the python3.14 and java25 runtimes.
This PR adds those runtimes to LocalStack, so we can support them from the start.
Changes
python3.14runtimejava25runtimeTests
Related