Questions tagged [aws-codecommit]

AWS CodeCommit is a fully-managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories.

AWS CodeCommit is a fully-managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories. CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure. You can use CodeCommit to securely store anything from source code to binaries, and it works seamlessly with your existing Git tools.

569 questions
11
votes
3 answers

Mirror a Git repository directly to AWS CodeCommit

I want to create a backup of one of my Git repositories and save it to AWS CodeCommit. I don't want to include the use of my local machine. Can anyone tell me how can I do it directly or through AWS Lambda?
Prakshi Yadav
  • 119
  • 1
  • 2
  • 7
10
votes
9 answers

AWS CodeCommit with git-remote-codecommit

Im using windows and im trying to use git-remote-codecommit. steps for HTTPS Connections to AWS CodeCommit with git-remote-codecommit. https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-git-remote-codecommit.html While fetching ,…
unamen
  • 193
  • 1
  • 3
  • 15
10
votes
1 answer

Git GUI for AWS CodeCommit

Is there any good GUI that I can use with AWS CodeCommit (Amazon's new Git Service)? I've tried SmathGit and GitHub for windows.
Teo
  • 139
  • 1
  • 1
  • 8
10
votes
1 answer

Using native git not jgit in Eclipse git?

Is there any way to configure egit to use your native (OS) git and not the jgit implementation? If not, are there any alternative git Eclipse plugins? EDIT #1 - I should note, AWS CodeCommit uses a credential helper for auth, from…
javamonkey79
  • 17,443
  • 36
  • 114
  • 172
9
votes
1 answer

Cannot clone from aws code-commit repo. Repo is "not found"

I'm having problems cloning from an AWS CodeCommit repo. As far as I can see, I've done all of the nescessary setup steps. I've created the repo I've created the git credentials I've done the following to configure git... git config --global…
user1751825
  • 4,029
  • 1
  • 28
  • 58
9
votes
3 answers

Getting Bad configuration option: \377\376h

I am setting my systems for codecommit. but getting following error I followed the below link : https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-windows.html /c/Users/Prasanna/.ssh/config: line 1: Bad configuration option:…
Prasanna Wagh
  • 101
  • 1
  • 5
9
votes
3 answers

Build angular project using AWS CodeBuild

We have an Angular project and we are trying to use AWS CodePipeline to deploy the project. We have pushed our project to a CodeCommit repository. Now we are facing challenge to generate the build using AWS CodeBuild. In CodeBuild the build…
9
votes
1 answer

AWS CodeCommit Public Repository

Currently I'm trying to grant public read access to a Git repository in AWS CodeCommit without any access control. All references I was able to find, explain the access configuration possibilities in IAM, but as IAM needs a registered user with…
9
votes
1 answer

How do I make AWS CodeDeploy to use AWS CodeCommit as a Git repo?

I cant't find any documentation about this! Every example is based on GitHub repos but how can I do this with AWS CodeCommit?
8
votes
3 answers

Git pull/clone with username and password in AWS Code Commit

I Need to do a git pull using https url as a oneline command . this command I need to integrate in a bash script . But all the time it is asking the usernmae and password . The repository is in AWS codecommit
Tony Jose
  • 133
  • 1
  • 1
  • 9
8
votes
3 answers

How can I push AWS CodeCommit to S3 using Lambda?

Python is my preferred language but any supported by Lambda will do. -- All AWS Architecture -- I have Prod, Beta, and Gamma branches and corresponding folders in S3. I am looking for a method to have Lambda respond to a CodeCommit trigger and based…
Shawn
  • 561
  • 1
  • 5
  • 12
8
votes
2 answers

Access to AWS CodeCommit by federated users

I have implemented identity federation for an AWS account to enable devs to use AWS services via corporate single-sign on/SAML. All the initial reading I've done regarding AWS CodeCommit seems to require either an SSH key attached to a specific IAM…
Conor Boyd
  • 1,024
  • 7
  • 15
8
votes
2 answers

How do I tell all my AWS EC2 instances to pull from git / codecommit?

I am using AWS CodeCommit which seems to be like a stripped down version of git. If all these EC2 instances have the same role tag how do I accomplish this? I don't want to do anything fancy, all I want is to be specify a tag, click a button and all…
Hard worker
  • 3,916
  • 5
  • 44
  • 73
7
votes
0 answers

AWS CodeCommit does support Git LFS?

I have existing project repo in gitlab. Since the gitlab is running in the server, we have the lfs objects in certain directory. My Doubt is AWS Codecommit does not have seperate server to store any lfs configurations as gitlab or bitbucket. I've to…
7
votes
2 answers

AWS Code Commit Slack Integration - How to display author and commit message

I would like to know how to customize a slack integration between AWS Code Commit and Slack. Currently my setup uses an SNS topic connected to an AWS Chatbot. I followed instructions at:…
ipegasus
  • 14,796
  • 9
  • 52
  • 76
1
2
3
37 38