Rondineli
Rondineli
*Issue #, if available:* #1403 - Feature improvement *Description of changes:* Add ability to add validators if no Model is present. In some cases, when request Parameters is present but...
### Issue # (if applicable) Closes #[29165](https://github.com/aws/aws-cdk/issues/29165). ### Reason for this change Using `addOverride` calls `deepMerge`, and few edge cases like wafv2 rules needs Actions and other keys with objects...
### Describe the bug Trying to add a rule to an specific key breaks as Action is not added: ```python waf_acl = wafv2.CfnWebACL(self, 'id', **params) # Assuming above we would...
Sometime to upload the photo must be done also with a payload post or a payload must be created first. I'd like to propose to set the url be a...
# Before PyExiftool would get stuck if stdout dont bring anything, a timeoutError system would need to force reads stdeer. ## How to reproduce: ```python import exiftool pic = b"/tmp/tmpv3xu9816"...
Because exiftool tries to reads from stdout [this line](https://github.com/sylikc/pyexiftool/blob/master/exiftool/exiftool.py#L1068) with a block and no timeout the process hangs waiting for a stdout response. If exiftool fails, like adding a char...