skillfed

git-remote-codecommit

Git remote prefix to simplify pushing to and pulling from CodeCommit.

git-remote-codecommit v1.17 889.7K downloads/30d#4,807 on PyPI289
Permissive license Apache License 2.0 Abandoned released

What it is and what it does

git-remote-codecommit is a Git remote helper that registers a custom `codecommit://` URL scheme, allowing you to clone and push to AWS CodeCommit repositories without manually constructing HTTPS or SSH connection strings. Once installed and your AWS credentials are configured locally, you can use simple Git commands like `git clone codecommit://demo-profile@MyRepositoryName` to interact with CodeCommit repositories.

The package works by translating the codecommit:// URL into AWS API calls using your local AWS credentials and IAM permissions. It supports optional profile selection and region specification. However, the package has been abandoned since its last release on 2023-08-25 with no active maintenance, so compatibility with newer versions of Git, Python, or AWS CLI tooling is uncertain.

Use it for:

  • Clone a CodeCommit repository using a simple URL without manually setting up SSH keys or HTTPS credentials.
  • Push and pull from CodeCommit as part of a CI/CD pipeline where AWS credentials are already configured.
  • Work with CodeCommit repositories across multiple AWS profiles without switching credential files.
  • Simplify Git workflows for teams already using AWS CodeCommit as their primary repository host.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Extends Git to clone and push to AWS CodeCommit repositories using a `codecommit://` URL scheme, eliminating the need to manually construct HTTPS or SSH URLs.

Yes, if you actively use AWS CodeCommit and your Git and AWS CLI versions match what the package was last tested against. No, if you need ongoing support or compatibility with recent tooling—the package is abandoned with no updates since 2023-08-25. Consider alternatives like AWS CLI's built-in CodeCommit support or native HTTPS/SSH if you encounter compatibility issues.

Install

git-remote-codecommit on PyPI

pip

pip install git-remote-codecommit

uv

uv add git-remote-codecommit

poetry

poetry add git-remote-codecommit

Installing git-remote-codecommit

Before you install

High install friction: no runtime dependencies but requires Git, AWS CLI, and pre-configured AWS credentials with CodeCommit access. Last release was 1085 days ago and maintenance status is abandoned, so expect no active support or updates for compatibility issues.

License in practice

Apache License 2.0 is permissive; you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.

Quickstart

pip install git-remote-codecommit

# Then use git clone with codecommit:// URL
git clone codecommit://demo-profile@MyRepositoryName

Requires Git, AWS CLI, and AWS credentials configured locally with CodeCommit repository access permissions.

Verify before relying

  • Whether the package works with Python versions beyond 3.11.x or if support has been tested on newer releases.
  • Current compatibility with recent Git versions and AWS CLI changes since the last release in August 2023.
  • Whether the package remains functional with modern AWS authentication methods and tooling.

Package facts

License Apache License 2.0 (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance abandoned — 1,085 days since the last release
Last repo commit
First released
Downloads 889,694/month — #4,807 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: git-remote-codecommit-1.17.tar.gz

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseTopic :: Utilities

Tags

git aws codecommit integrationcodecommit url scheme gitaws codecommit clone helpergit remote helper codecommitpush pull codecommit repositories
aws-integrationgit-extension

More Utilities packages