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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,7 @@ Exception log:
33
33
34
34
## How to Use
35
35
36
-
1. Add the `java-aws-lambda` dependency to your project.
37
-
-**Option A:**[Build the project from sources](#build-the-project) and [add the jar to your project as a Gradle dependency](#add-artifact-to-gradle-project)
38
-
-**Option B:** Add gradle or maven dependency to your project: [TODO N/A for Beta](https://mvnrepository.com)
36
+
1.[Add the `java-aws-lambda` dependency to your Gradle project](#add-artifact-to-gradle-project)
39
37
2. Implement the `TracingRequestHandler` interface as shown in the [example](#example-usage), defining the Lambda function input and output types that your function requires.
40
38
3. Override the `doHandleRequest` method from the interface and execute your function logic within it. *Note:* If you are refactoring a pre-existing Lambda handler to take advantage of this SDK's tracing request handler make sure that it overrides `doHandleRequest` but not `handleRequest`.
41
39
4. Register the OpenTracing Tracer of your choice (e.g. New Relic, Jaeger, etc).
@@ -54,7 +52,8 @@ Include the jar by adding it as a dependency in your `build.gradle` file:
0 commit comments