You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Some layers include the corresponding OTel language SDK for the Lambda. This all
22
22
23
23
## FAQ
24
24
25
-
***What exporters/recievers/processors are included from the OpenTelemetry Collector?**
25
+
***What exporters/receivers/processors are included from the OpenTelemetry Collector?**
26
26
> 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.
27
27
***Is the Lambda layer provided or do I need to build it and distribute it myself?**
28
28
> 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).
0 commit comments