Thundra APM
Search
⌃K

Setting up Java SDK with Serverless Framework

Serverless Framework

Step 1: Install Thundra’s Serverless Plugin

npm install serverless-plugin-thundra

Step 2: Add Thundra's Serverless Plugin
After installing Thundra’s Serverless plugin, specify it as a plugin for your serverless environment by adding it under the plugins section of your serverless.yml file.
serverless.yml
plugins:
- serverless-plugin-thundra

Step 3: Add Thundra API Key

Add the thundra component under custom with the apiKey set to Thundra API Key under that, as seen below:
serverless.yml
custom:
thundra:
apiKey: <YOUR THUNDRA API KEY>