--- id: git-remote-codecommit version: "1.17" license: Apache License 2.0 license_treatment: permissive maintenance: abandoned --- # git-remote-codecommit — Git remote prefix to simplify pushing to and pulling from CodeCommit. License: permissive · Maintenance: abandoned · Downloads: 889.7K/mo ## 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 above — 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 pip install git-remote-codecommit uv add git-remote-codecommit 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: unspecified - Install friction: high - Maintenance: abandoned - Downloads: 889.7K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags git aws codecommit integration, codecommit url scheme git, aws codecommit clone helper, git remote helper codecommit, push pull codecommit repositories, aws-integration, git-extension [View on SkillFed](https://skillfed.io/packages/git-remote-codecommit) · [View on PyPI](https://pypi.org/project/git-remote-codecommit/)