Ben Kehoe
Ben Kehoe
When a resource schema providers more than one property for `primaryIdentifier`, it may make sense to list the resources for a fixed value of one or more of those properties....
One of the custom resource patterns we use at iRobot is the concept of a _proxy resource._ This is a custom resource that allows you represent a resource in a...
I've implemented a few changes [in my fork](https://github.com/benkehoe/kappa). They are, I think, mostly orthogonal to the python-refactor branch changes. Let me know if you'd be interested in a pull request...
Would it make more sense to, when a deploy happens, query the role and policy in AWS and compare their contents against the local info? This would help overwrite changes...
If S3 is being used for the code, the cache contents related to the function code could live in the metadata on the S3 object. This would reduce the amount...
Currently, `DEFAULT_SESSION` and `setup_default_session()` are public members of `boto3` module, but the caching `_get_default_session()` is not. I'd like to see this changed. I often write functions that look like ```python...
Currently, boto3 version `1.16.x` depends on botocore version `1.19.y`. Every time the botocore minor version is bumped, the boto3 minor version is bumped as well. Could the next minor version...
Needs some additional data per https://github.com/benkehoe/imds-credential-server/pull/4
It's a bunch of code and has additional dependencies, and the macro bit too...there's no good reason it should be in the main tool. #104 impacted the ability to install...
@semanur-prenuvo, you asked some questions about `aws-sso-lib` security over on https://github.com/boto/botocore/issues/1923. This is a better place for discussion. What specifically do you want to know? I would estimate the supply...