Clément JANIN
Clément JANIN
Hello, When are you guys going to officially release the code that is currently on the develop branch ? Since I updated my Android Studio RxAppState 3.0.1 does not work....
Related to this [discussion](https://github.com/cds-snc/forms-terraform/pull/626#discussion_r1572306217) When implementing containerized Lambda functions we had a discussion concerning the mutability of our ECR repositories. The recommendation is to make them immutable so that there...
Related to this [discussion](https://github.com/cds-snc/forms-terraform/pull/626#discussion_r1572403396) We should use an Alpine based Docker image (NodeJS compatible) instead of the default AWS Lambda NodeJS one. This way we would reduce the size of...
Implement resources to resolve following checkov policy "Ensure IAM policies does not allow write access without constraints" Search for "CKV_AWS_111" in the infra repository in order to see places that...
Implement resources to resolve following checkov policy "Ensure that the Execution Role ARN and the Task Role ARN are different in ECS Task definitions" Search for "CKV_AWS_249" in the infra...
Implement resources to resolve following checkov policy "Ensure no IAM policies documents allow "*" as a statement's resource for restrictable actions" Search for "CKV_AWS_356" in the infra repository in order...
Implement resources to resolve following checkov policy "Ensure RDS Clusters are encrypted using KMS CMKs" Search for "CKV_AWS_327" in the infra repository in order to see places that requires modifications.
Implement resources to resolve following checkov policy "Ensure Domain Name System (DNS) query logging is enabled for Amazon Route 53 hosted zones" Search for "CKV2_AWS_39" in the infra repository in...
Implement resources to resolve following checkov policy "Ensure Domain Name System Security Extensions (DNSSEC) signing is enabled for Amazon Route 53 public hosted zones" Search for "CKV2_AWS_38" in the infra...
# Summary | Résumé The objective with this change is to have errors where we can actually see why GC Notify are rejecting our requests. - Replaces `notifications-node-client` package with...