Skip to content

Commit

Permalink
Update instrumentation/aws_lambda/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
  • Loading branch information
xuan-cao-swi and kaylareopelle authored May 2, 2024
1 parent 237465a commit 40c6316
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions instrumentation/aws_lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

The OpenTelemetry `aws-lambda` gem is a community-maintained instrumentation for [AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/ruby-handler.html).

## How do I get started?
## How do I get started?

Install the gem using:
Installation of the `opentelemetry-instrumentation-aws_lambda` gem is handled by the [OpenTelemetry Lambda Layer for Ruby](https://github.com/open-telemetry/opentelemetry-lambda/tree/main/ruby).

```
gem install opentelemetry-instrumentation-aws_lambda
```

Or, if you use [bundler][bundler-home], include `opentelemetry-instrumentation-aws_lambda` in your `Gemfile`.
We do not advise installing the `opentelemetry-instrumentation-aws_lambda` gem directly into your Ruby lambda. Instead, clone the [OpenTelemetry Lambda Layer for Ruby](https://github.com/open-telemetry/opentelemetry-lambda/tree/main/ruby) and build the layer locally. Then, save it in your AWS account.

## Usage

Expand Down

0 comments on commit 40c6316

Please sign in to comment.