Setting up Java SDK with Serverless Framework
Serverless Framework
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
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>
Last modified 1yr ago