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.
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