aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.41k stars 349 forks source link

Allow users to interact with Redshift cluster even if unable to fetch… #5172

Open ynikolaev opened 3 weeks ago

ynikolaev commented 3 weeks ago

… Serverless workgroup

Problem: Users are not able to interact with provisioned clusters, unless fetching serverless workgroups is successful Solution: Amend error handling for this part. Insert error node for both types of redshift resources (cluster and serverless)

Screenshot 2024-06-15 at 03 37 10

Screenshot shows successful cluster fetch and errored serverless workgroups

Fixes #5173

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.