Jonathan Davenport
Jonathan Davenport
It would be more intuitive to me for this functionality to be under `gh run` or `gh workflow` since not all GHA actions are necessarily deployments (and also my org...
Ah, I guess I am not using GitHub terminology correctly - I am referring to this feature https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments - however, the way we are using it, our 'environment' is not...
I see https://github.com/aws/amazon-genomics-cli/issues/624 and now realize that the reason that the fix in 624 doesn't fix the issue yet is that the cli is using the cdk code in `~/.agc`,...
#1497 adds `instanceProfileName` to `NodeGroupBaseOptions` Remaining component args that need scalar properties added include: ``` NodeGroupBaseOptions: - extraNodeSecurityGroups?: aws.ec2.SecurityGroup[]; ClusterOptions - instanceRole?: pulumi.Input; - serviceRole?: pulumi.Input;