aws-sdk
/
0.4.1
aws-sdk 0.4.1
Install from the command line:
Learn more about npm packages
$ npm install @grafana/aws-sdk@0.4.1
Install via package.json:
"@grafana/aws-sdk": "0.4.1"
About this version
This is a common package that can be used for all amazon plugins.
see the ./src folder
Drone signs the Drone configuration file. This needs to be run every time the drone.yml file is modified. See https://github.com/grafana/deployment_tools/blob/master/docs/infrastructure/drone/signing.md for more info.
If you have not installed drone CLI follow these instructions
To sign the .drone.yml
file:
# Get your drone token from https://drone.grafana.net/account
export DRONE_TOKEN=<Your DRONE_TOKEN>
drone --server https://drone.grafana.net sign --save grafana/grafana-aws-sdk-react
For local development instructions, please see the contributing guide.