Daniel Ege
Daniel Ege
I was considering adding a new feature in a fork, but I wanted to know which browsers I should expect my changes to work in. From the documentation, it seems...
My team just updated our internal tools to use grpc-js in lieu of grpc. A primary motivation for this is that we want to be able to use later versions...
I wanted to be able to support server-side AES256 encryption by default and attach a policy that prevents non-encrypted assets from being uploaded using something like this: ```yaml # part...
## Description I am trying to understand what the [task_exec_iam_role_arn](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/modules/service/variables.tf#L393-L397) and [tasks_iam_role_arn](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/modules/service/variables.tf#L482C11-L486) variables are for. The description says `"Existing IAM role ARN"`, which I thought might mean I could pass...