Skip to content

Commit 15b8fc5

Browse files
authored
Update README.md (open-telemetry#1511)
Updated the prerequisites to make them more specific.
1 parent a64f3d3 commit 15b8fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Layers for running Java applications on AWS Lambda with OpenTelemetry.
44

55
## Prerequisites
66

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).
89

910
## Provided layers
1011

0 commit comments

Comments
 (0)