Skip to content

Commit e972062

Browse files
authored
fix(docs): Clarify that pre-built layers are provided (open-telemetry#1381)
1 parent 3e6bb3d commit e972062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some layers include the corresponding OTel language SDK for the Lambda. This all
2626
* **What exporters/receivers/processors are included from the OpenTelemetry Collector?**
2727
> You can check out [the stripped-down collector's imports](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L18) in this repository for a full list of currently included components.
2828
* **Is the Lambda layer provided or do I need to build it and distribute it myself?**
29-
> This repository does not provide pre-build Lambda layers. They must be built manually and saved in your AWS account. This repo has files to facilitate doing that. More information is provided in [the Collector folder's README](collector/README.md).
29+
> This repository provides pre-built Lambda layers, their ARNs are available in the [Releases](https://github.com/open-telemetry/opentelemetry-lambda/releases). You can also build the layers manually and publish them in your AWS account. This repo has files to facilitate doing that. More information is provided in [the Collector folder's README](collector/README.md).
3030
3131
## Design Proposal
3232

0 commit comments

Comments
 (0)