Open tx-kstav opened 3 years ago
Thanks for reporting this issue @tx-kstav. I also got surprised recently by the blocking glue_dev_endpoint, but didn't see yet what could be the problem. I am just calling the AWS SDK to list the dev endpoints 🤷
If you have any ideas let me know. I will work on this when I have more time.
I'll try to take a look too if time allows, your code looks clean of course :)
Doing something like
awsls "*"
gets stuck at trying to listaws_glue_dev_endpoint
resources.Try with:
awsls "aws_glue_*" --debug
:Gets stuck at that point, never goes on.
Edit: For now I am excluding it via
awsls "aws_[!glue_dev*]*" --debug