rkoval / alfred-aws-console-services-workflow

A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them.
MIT License
312 stars 54 forks source link

[ask for help] Handle stacks without description #48

Closed JonathanWbn closed 2 years ago

JonathanWbn commented 2 years ago

I have observed an issue when searching for cloudformation stacks that do not have a description. This situation leads to an error.

I have identified the problem and was able to fix it by using the stackname as the subtitle to get it working again. However, I think the better solution would be to fallback to an empty string or placeholder text in case the stack doesn't have a description. I have not managed to find a way to do this (as I have not used Go before).

I would appreciate any hints on how I can implement this fallback.

JonathanWbn commented 2 years ago

Closing because I no longer use Alfred.