Guillaume Delacour
Guillaume Delacour
Consider the following policy document: ``` { "AWSTemplateFormatVersion" : "2010-09-09", "Description": "secretsmanager test", "Resources": { "policy": { "Type": "AWS::IAM::Policy", "Properties": { "PolicyName": "mypolicy", "PolicyDocument": { "Version": "2012-10-17", "Statement": [ {...
Only failing because arbiter is `nil` instead of expected `undef` :thinking:
The problem occurs with "recent" Net::DNS version 1.05 : ``` $ perl -e 'use Net::DNS; print Net::DNS->version, "\n";' 1.05 $ perl -e 'use Net::DNS; my $res = Net::DNS::Resolver->new(udp_timeout => 2,...
I think we can decrease [Cooldown](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Integrating.AutoScaling.html). Values in CloudFormation template are already lowered to 180 (default: 300) https://github.com/aws-samples/amazon-aurora-labs-for-mysql/blob/main/taskcat/templates/lab-with-cluster.yml#L694-L695
Some documentation about the depreciation: https://peps.python.org/pep-0594/#audioop
> @josefaidt @edwardfoyle Hey there! I have good news about python functions. There is already a `local` paramater in `BundlingOptions`. It gives us to bundle without docker. I just found...
Not yet I didn't re-work on it since weeks. I was stuck on unit test; when I remove the added code, the tests with tags still pass. Seems that the...
I think I don't master the unit test part. Note that the code behave well in real functional test cases. But for example, if I remove the tag code I've...
I'll re-work on the tests this week. I've learn a bit more on other similar tests past days (thanks to Amazon Q and Visual Studio Code).
I'm thinking about working on it. I imagine: * a CLI option flag to enable this feature * get all attached EBS with type, capacity and I/O * get the...