Skip to content

Commit

Permalink
Merge pull request #721 from vasireddy99/lambdaup
Browse files Browse the repository at this point in the history
Update Lambda runtime in docs
  • Loading branch information
vasireddy99 committed Jun 3, 2024
2 parents e704dc7 + 19e309a commit b630f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/getting-started/lambda/lambda-java-auto-instr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The AWS managed Lambda layer for ADOT Java Auto-instumentation Agent provides a

## Requirements

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

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.

Expand Down
2 changes: 1 addition & 1 deletion src/docs/getting-started/lambda/lambda-java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With the ADOT Lambda Layer for Java, the wrapper has built-in support for instru

## Requirements

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

### Add the ARN of the Lambda Layer
Expand Down

0 comments on commit b630f81

Please sign in to comment.