Jay McConnell
Jay McConnell
from what I can see taskcat doesn't currently support the dockerhub image (https://github.com/aws-quickstart/taskcat#installation). It seems the dockerhub image was pretty old and recently got updated to latest. The latest taskcat...
thinking about this a bit more, I prefer making 1. use the regions list. Provides slightly more flexibility, and means we don't need to deal with complicating the validation on...
It's a blocker to be able to run tests in ci for connect integrations (they require a parameter with an id of an already existing connect instance in the same...
> since we assume key:value under parameters parameters can be any type except dict at present (cfn doesn't accept dict). All this will introduce is that IF a parameter is...
I'm thinking it would be best to put the regional params under `regions` instead. This way we can do per region overrides for all tests (put it in `project`) or...
re-opening as the url pattern defined here is different to the pattern in #446 and we'll want to be sure the upcoming fix in #481 works for both.
My gut is to follow whatever the yaml spec says should be done with interpretation of unquoted strings. However, I would not be opposed to a pr that converts every...
+1 on this, having to setup a config file to do this is not ideal in our use-case, would be great to be able to `session = botocore.session.get_session(role_arn="arn:aws:iam::1111111111:role/MyRole")` and get...
@svenwltr While this will certainly increase complexity somewhat, it could be done in an extensible and (fairly) decoupled way. I'd be happy to provide a proposal and implementation. If you're...