From fefd74405214790644fe262b0f5a8a636c029184 Mon Sep 17 00:00:00 2001 From: Arun Annamalai <36392755+arun-annamalai@users.noreply.github.com> Date: Mon, 6 May 2024 09:27:09 -0700 Subject: [PATCH] Update Java README.md to include JDK8 and 17 support (#1311) --- java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/README.md b/java/README.md index dfecf2c402..100a86db1f 100644 --- a/java/README.md +++ b/java/README.md @@ -4,7 +4,7 @@ Layers for running Java applications on AWS Lambda with OpenTelemetry. ## Prerequisites -- Supports Lambda functions using Java 11 (Corretto) runtime only. +- Supports Lambda functions using Java 8, 11, and 17 (Corretto) runtime only. ## Provided layers