You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ The [Lambda RIE](https://github.com/aws/aws-lambda-runtime-interface-emulator) i
29
29
* This image is in no way optimized for cold start time, size, etc. PRs welcome!
30
30
* Java 17, 18, and 19 are all supported.
31
31
* For now, only x86_64 is supported. I hope to publish multiarch builds including arm64 soon.
32
-
* Of course, as soon as there *is* an offically-supported AWS Lambda base image for these Java versions, everyone should use that instead! But this project should hopefully fill the gap in the meantime, and will (hopefully) support non-LTS Java versions that will never receive an officially-supported AWS Lambda base image by that time.
32
+
* Java 17 preview base images have been released to [lambda/java](https://gallery.ecr.aws/lambda/java). Java 17 users should strongly consider moving to the officially-supported base images, especially once they leave preview.
33
+
* This project will continue to support non-LTS Java versions that will never receive an officially-supported AWS Lambda base image.
0 commit comments