Declare a Dependency on the Java Serverless Tracer
Splunk AppDynamics provides Serverless APM functionality in the form of a tracer library.
Express your project's dependency on the Java Serverless Tracer using Apache Maven or Gradle as follows:
- Maven
-
<dependency> <groupId>com.appdynamics</groupId> <artifactId>lambda-tracer</artifactId> <version>20.03.1391</version> </dependency>
- Gradle
-
dependencies { compile group: 'com.appdynamics', name: 'lambda-tracer', version: '20.03.1391' }
If you do not use Apache Maven or Gradle, contact AppDynamics to obtain the Serverless Tracer JAR file.