Skip to content

Commit b630f81

Browse files
authored
Merge pull request #721 from vasireddy99/lambdaup
Update Lambda runtime in docs
2 parents e704dc7 + 19e309a commit b630f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/getting-started/lambda/lambda-java-auto-instr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The AWS managed Lambda layer for ADOT Java Auto-instumentation Agent provides a
1515

1616
## Requirements
1717

18-
The Lambda layer supports the Java 11 (Corretto) Lambda runtime. It _does not_ support the Java 8 Lambda runtimes. For more information about supported Java versions, see the [OpenTelemetry Java documentation](https://github.com/open-telemetry/opentelemetry-java#requirements).
18+
The Lambda layer supports Java 11 (Corretto) and Java 17 Lambda runtimes. It _does not_ support the Java 8 Lambda runtimes. For more information about supported Java versions, see the [OpenTelemetry Java documentation](https://github.com/open-telemetry/opentelemetry-java#requirements).
1919

2020
Note: ADOT Lambda Layer for Java Auto-instrumentation Agent - Automatic instrumentation has a notable impact on startup time on AWS Lambda and you will generally need to use this along with provisioned concurrency and warmup requests to serve production requests without causing timeouts on initial requests while it initializes.
2121

src/docs/getting-started/lambda/lambda-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ With the ADOT Lambda Layer for Java, the wrapper has built-in support for instru
2323

2424
## Requirements
2525

26-
The Lambda layer supports Java 8 and 11 Lambda runtimes. For more information about supported Java versions,
26+
The Lambda layer supports Java[8, 11 and 17] Lambda runtimes. For more information about supported Java versions,
2727
see the [OpenTelemetry Java documentation](https://github.com/open-telemetry/opentelemetry-java).
2828

2929
### Add the ARN of the Lambda Layer

0 commit comments

Comments
 (0)