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
1
plugins:
2
- serverless-plugin-thundra
Copied!
​
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: