Renovate: AWS CodeCommit support

Created on 26 Nov 2018  路  6Comments  路  Source: renovatebot/renovate

Are there any plans to support AWS CodeCommit?

priority-3-normal feature

Most helpful comment

I haven't planned on it before now, but it looks they have an API with endpoints such as CreatePullRequest, so it looks promising.

All 6 comments

I haven't planned on it before now, but it looks they have an API with endpoints such as CreatePullRequest, so it looks promising.

I have quite a few repos on CodeCommit and I would like this feature. Looking at the CodeCommit and CodePipeline documentation, I think we have most of the pieces in place.

Is there anything special I need to know or read before getting started? I checked the docs directory but I only found some notes about branch update and platform authentication.

From a git point of view, we hopefully have no incompatibilities. Then it's a matter of whether the API is rich enough to support PR creation, updating, commenting, etc.

The existing platforms we have are now all in TS which should make it reasonably easy to infer requirements for a new platform from. I would start with initPlatform, getRepos, and then initRepo.

Are there any news on this?

No, I鈥檓 not aware of anyone starting it. Gitea platform support was added recently so they would be a good reference for anyone wanting to add CodeCommit.

It turns out that I'm way more busy than I expected, so unfortunately I don't think I can start on this any time soon.

Was this page helpful?
0 / 5 - 0 ratings