Ian C. Ward

Results 19 comments of Ian C. Ward

Since this is a request for integration, this issue should probably be moved to https://github.com/DataDog/integrations-core/ or https://github.com/DataDog/integrations-extras. DataDog, do you know which one this might end up in?

I went looking for the ability to specify a custom service linked role for ASG when you're using managed node groups and found this issue. It seems like EKS uses...

When I ran zsh the first time, it ran the menu automatically. It looks like you can re-run it with `compinstall`

Yessir. I have to say I was pleasantly surprised to be presented with it, and most of the things in there were clear, but the section on tab completion (globbing,...

I've already found that some of the stuff isn't working as I thought it would, but I don't know if I can safely re-run compinstall and double check what I...

No worries. I'm actually a little bit surprised that they don't have something that explains the menu and what each of the steps actually does. At least, I wasn't able...

Also, is there any reason why the concurrency is set to `1`? The documentation seems to indicate the default is `10` https://slack.dev/node-slack-sdk/web-api#request-concurrency.

Based on the underlying node-slack-sdk using a default of `10` for max request concurrency, it might be best to remove the setting entirely from this code and fall back to...

We have a SAM template that pulls in the API Swagger docs (`DefinitionBody`) from an external file (using `Fn::Transform` for `AWS::Include`) and when I attempt to run `sam validate`, I...