Skip to content

Commit

Permalink
Update pkg/databasemonitoring/aws/aurora.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhif authored Dec 18, 2024
1 parent d3841ff commit 8b5cbde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/databasemonitoring/aws/aurora.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (c *Client) GetAuroraClusterEndpoints(ctx context.Context, dbClusterIdentif
return nil, fmt.Errorf("at least one database cluster identifier is required")
}
clusters := make(map[string]*AuroraCluster, 0)

for _, clusterID := range dbClusterIdentifiers {
// TODO: Seth Samuel: This method is not paginated, so if there are more than 100 instances in a cluster, we will only get the first 100
// We should add pagination support to this method at some point
Expand Down

0 comments on commit 8b5cbde

Please sign in to comment.