Andrew Plummer
Andrew Plummer
Aha: https://github.com/aws/sagemaker-python-sdk/blob/6f72e3cf40757f5b5669729d5b2fe3e5da5ae76c/tests/conftest.py#L380-L392 That assumes that the the minimum of the two latest versions for training and inference will exist. So, in this case, is finding 2.9.1 for training, 2.9.0 for...
I opened #21925 and chased it for a while before @mrgrain helpfully pointed me at this PR. My issue is where there are multiple layers of nesting, but I think...
Compromise thought: bundle if either the new (path) or old (name) logic says to bundle. This is messy, but guarantees backwards compatibility (at least, won't stop bundling something that was...
I think I've been able to hack the shape of the `.normal.json` file from what I was served from the AWS web console, with the following monstrosity: `$ curl --silent...
This is still an issue in the latest release and should be reopened.
This is still an issue in the latest release and should be reopened.
https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#212500 👀 > feature: ResourceExplorer2: This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the...
My use-case is actually the other way around - I have application pods that have network policies selecting them, and allowing some egress traffic (namely "this application pod may talk...
In case it helps anyone, the Keel image tag is `0.17.0-rc1` (that is, `0.` not `1.`). So, eg if using helm, you need to set: ```yaml image: tag: 0.17.0-rc1 ```...
In case this helps someone: I was getting "Received response status [FAILED] from custom resource. Message returned: The type for cluster update was not provided." even with this fix in...