Benjamin Morris

Results 28 comments of Benjamin Morris

I see the issue when downloading modules that are in the same organization as my current repo. The only way I'm typically able to download those modules by using a...

https://github.com/aws/aws-cdk/issues/7131#issuecomment-1179396752 This seems to be the CDK behavior that is causing the problem. The NetworkLoadBalancedFargateService pulls ALL available subnets, which is a problem if you have multiple subnets in an...

My current workaround is (bleh) manually removing the unwanted subnets from the CFT and redeploying manually.

From the CFT generated by `agc context deploy`. I download it from the CloudFormation console, update it, and then create another stack with the updated CFT.

I would really like it if the checkov action could use an installation access token like the output of machine-learning-apps/actions-app-token (https://github.com/machine-learning-apps/actions-app-token). Not sure if that's possible, but would resolve my...

Very cool! Any idea when it will be incorporated into the checkov-action for GitHub Actions?

@stumins I don't think it is -- I think we have upstream failures that are causing the StopExecution call to be made, so that's our current blocker. But we do...

I'm not sure what the ask here is. RDK is pretty firmly in the "Python-only" camp nowadays. We had previously supported Java rules, but those were not particularly popular with...

I think this type of work would be useful. Typing is a useful feature for ensuring code accuracy. If you submitted a PR, I would review it and try to...

Another option here could be automatically creating a few prompts for unit tests. Unit tests and GenAI go great together.