Andrew Hammond

Results 21 comments of Andrew Hammond

It's using the `aws/codebuild/standard:5.0` base image.

@Chriscbr do you know of anyone who wants to earn some $$$ doing this on contract? I'm willing to bet I can get my boss to simply hire this done.

We have an ongoing need for this to make our multi-repo strategy more maintainable. A partial solution can be achieved by leveraging the Settings app. I'd like to see support...

We are looking for a way to put an estimated cost delta into our PRs. My take on this is that it might possibly be part of Cfn, but is...

Fair enough. Can you suggest who we should be talking to about this?

Our argument for using projen is that it makes a multi-repo approach viable. One of the main gaps we have right now is compliance across hundreds of repos. I think...

If we're going to have the version, we could also populate the `projectManager: [email protected]` field in the `package.json` so that, for example, cdk-pipelines, can leverage corepack to Do The Right...

We could handle this as follows, for now: ``` project.package.addField('packageManager', '[email protected]'); project.npmrc.addConfig('package-manager-strict', 'false'); // allow minor/patch version updates of pnpm on dev boxes ```

I'm new to golang and this really helped.