volphy
volphy
Locally, I use yq tool to perform such conversion: https://github.com/mikefarah/yq It would be nice if CyberChef installed locally could also provide such functionality out-of-the-box.
Is there any progress on fixing this issue? I have observed it while verifying if https://github.com/aws/aws-iot-device-sdk-java-v2/issues/134 has already been fixed.
Is there a known workaround (i.e. correct configuration for ParallelGC)? I have tried enforcing ParallelGC in the IntelliJ config Java class invocation: ``` D:\Tools\amazon-corretto-11.0.11.9.1-windows-x64-jdk\jdk11.0.11_9\bin\java.exe -XX:+UseParallelGC -javaagent:D:\Tools\ideaIU-211.6556.6.win\lib\idea_rt.jar=57523:D:\Tools\ideaIU-211.6556.6.win\bin -Dfile.encoding=UTF-8 -classpath D:\git\krzwil\mqtt-check-java-v2\target\classes;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\iotdevicesdk\aws-iot-device-sdk\1.3.1\aws-iot-device-sdk-1.3.1.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\crt\aws-crt\0.12.4\aws-crt-0.12.4.jar;C:\Users\krzwil\.m2\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;C:\Users\krzwil\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.12.0\jackson-core-2.12.0.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\auth\2.16.58\auth-2.16.58.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\annotations\2.16.58\annotations-2.16.58.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\utils\2.16.58\utils-2.16.58.jar;C:\Users\krzwil\.m2\repository\org\reactivestreams\reactive-streams\1.0.3\reactive-streams-1.0.3.jar;C:\Users\krzwil\.m2\repository\org\slf4j\slf4j-api\1.7.30\slf4j-api-1.7.30.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\sdk-core\2.16.58\sdk-core-2.16.58.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\metrics-spi\2.16.58\metrics-spi-2.16.58.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\regions\2.16.58\regions-2.16.58.jar;C:\Users\krzwil\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.12.3\jackson-annotations-2.12.3.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\profiles\2.16.58\profiles-2.16.58.jar;C:\Users\krzwil\.m2\repository\software\amazon\awssdk\http-client-spi\2.16.58\http-client-spi-2.16.58.jar;C:\Users\krzwil\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.12.1\jackson-databind-2.12.1.jar;C:\Users\krzwil\.m2\repository\software\amazon\eventstream\eventstream\1.0.1\eventstream-1.0.1.jar MqttCheck...
Any news? Is the backlog mentioned above publicly available?
Would it be easier for developers to publish it to the ECR Public Gallery (I am assuming that the users of CloudFormation use AWS anyway)? I can see multiple cfn-lint...
Filtering would be useful to distinguish between repositories that store Docker image and Helm packages.
I am not sure what you mean by supporting ARM64 & Node 16 managed runtime. I have tried running the older Lambda function: https://github.com/SumoLogic/sumologic-aws-lambda/blob/main/cloudwatchlogs/cloudwatchlogs_lambda.js on ARM 64 & Node 18...
I would say that it would be a killer feature for PostgreSQL running in the AWS RDS. As of now, if a given RDS instance is running in a private...
Example warnings (cfn-lint 0.76.2): ``` $ cfn-lint DLQLambdaCloudFormation.yaml W2001 Parameter environment not used. DLQLambdaCloudFormation.yaml:11:3 W3005 Obsolete DependsOn on resource (SumoCWLogGroup), dependency already enforced by a "Ref" at Resources/SumoCWLogSubscriptionFilter/Properties/LogGroupName/Ref DLQLambdaCloudFormation.yaml:91:9 W3005...
I think so. Does it mean that AMG users have to wait patiently until Grafana implements this feature?