Ben Kehoe
Ben Kehoe
Is there a root URL that makes these types discoverable?
While I'd like this in general, there's a major flaw here. [The list handler is supposed to return primary identifiers](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-test-contract.html#resource-type-test-contract-list) based on *at most* a resource spec to filter down...
I think the confusion here might be that @kaihendry is looking for _programmatic_ role assumption. But what `WithAssumeRoleCredentialOptions` provides is configuring an assumed-role profile from configuration. That looks like the...
I'd suggest also making the boto3 client getting configurable, to use a library like [placebo](https://github.com/garnaat/placebo) An example: https://github.com/iRobotCorporation/cfn-custom-resource/blob/master/cfn_custom_resource/cfn_custom_resource.py#L231
A slightly different solution to this and any other credentialing woes is to provide refreshable credentials directly from the host via an IMDS server, which I've elaborated on in #171
AWS SSO support has been added to the SDK in version 2.1093.0.
I'm in favor of this feature as well. They could stay uncompressed in the source code here, but be bundled into a zip for the released wheel. They'd stay programmatically...
Thanks for taking a look at this! Can we get a comparison on wheel size and performance between compressing the files individually versus all together? I get the benefit of...
Awesome, this all makes sense. The small difference in size (that surprised me a bit) combined with individual zips better on both performance and code simplicity makes it no contest....
Huh, interesting. I don't see where that happens in the code, which provider(s) do that?