grafana / redshift-datasource

Apache License 2.0
9 stars 11 forks source link

Update grafana/aws-sdk to get correct regions #291

Closed idastambuk closed 3 months ago

idastambuk commented 3 months ago

This does the same thing as in Athena: https://github.com/grafana/athena-datasource/pull/341 We decided to populate the regions from @grafana/aws-sdk-react repo instead of the datasource's BE. This is easier as we will only need to update them in one place when we need to. Also removes some unused code from the BE.

Fixes https://github.com/grafana/redshift-datasource/issues/290