athena-datasource
athena-datasource copied to clipboard
Update for added context in grafana-aws-sdk
This PR adds context handling in a number of places to supprot the chagnes in the associated grafana-aws-sdk PR, which this one depends on. I've added a replace directive in go.mod pointing to that PR's branch to enable CI; that should be removed before merging.
This also replaces instances of context.TODO() in tests with context.Background(), so that the former remains a useful signal.