Package Exports
- @grafana/aws-sdk
- @grafana/aws-sdk/dist/esm/index.js
- @grafana/aws-sdk/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@grafana/aws-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Grafana AWS SDK
This is a common package that can be used for all amazon plugins.
Compatibility
@grafana/aws-sdk-react version >=0.7.0 is not compatible with Grafana versions <=10.3.x
Frontend configuration
see the ./src folder
Drone configuration
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.
Update drone build
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
Local Development
For local development instructions, please see the contributing guide.