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: java/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
@@ -4,7 +4,8 @@ Layers for running Java applications on AWS Lambda with OpenTelemetry.
4
4
5
5
## Prerequisites
6
6
7
-
- Supports Lambda functions using Java 8, 11, and 17 (Corretto) runtime only.
7
+
- Supports Lambda functions using Java 8 (java8.al2) and later
8
+
- The deprecated runtime Java 8 (java8) is not supported as it does not support [exec wrappers](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-modify.html#runtime-wrapper).
0 commit comments