Skip to main content
The 2024 Developer Survey results are live! See the results

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
3 votes
0 answers
131 views

CodeCommit Create Repo Error: CreateRepository request is not allowed because there is no existing repository in this AWS account or AWS Organization

Attempting to create first repo in AWS CodeCommit and get the same error whether from console or CLI: Console: CreateRepository request is not allowed because there is no existing repository in this ...
osujc's user avatar
  • 31
0 votes
0 answers
14 views

Error Deploying Lambda Function in Image Mode Using AWS CodeCommit and CodeBuild

I am trying to create a lambda function with the help of AWS CodeCommit and AWS CodeBuild. I tried this in zip mode, but it exceeds the zip threshold set by the lambda function (50MB). So now I'm ...
Mohil's user avatar
  • 55
0 votes
0 answers
11 views

Code commit shows conflicts when try o merge dev branch to stg branch

I am trying to merge Dev branch into Staging branch using Visual Studio but it shows me conflicts. When I see the list of conflicts it shows me dlls, and sever files checked out which were not even ...
zeeshan malik's user avatar
0 votes
1 answer
32 views

cdk: use aws_iam.ArnPrincipal to grant repository

I want to enable (cross-account) access to a repository. But my statement seems not to have any effect. repository.grant_pull(aws_iam.ArnPrincipal('arn:aws:iam::123456789:role/technical-role')) I ...
gratinierer's user avatar
  • 2,248
0 votes
1 answer
31 views

CodePipeine cannot fetch the source from CodeCommit

I have this error when codepipline trying to fetch source from codecommit The service role or action role doesn’t have the permissions required to access the AWS CodeCommit repository named defon-...
whitebear's user avatar
  • 12k
0 votes
0 answers
16 views

Implementing a Scheduled Code Scan on AWS CodeCommit with Snyk

I am currently using AWS CodeCommit for my version control system and Snyk for scanning my codebase for vulnerabilities. I am interested in setting up a weekly scheduled scan of my codebase with Snyk. ...
Yiffany's user avatar
  • 347
0 votes
0 answers
24 views

AWS Codepipeline with multiple build actions

I have a single repository (myRepo) in AWS CodeCommit that has two branches (main/dev). I have an AWS CodePipeline setup with two Source Actions and two Build Actions. Source Action A is pointed at ...
Steven Garcia's user avatar
0 votes
2 answers
67 views

Azure DevOps classic pipelines path filter workaround for "Other Git" repo

I am in the process of setting up a build pipeline that is connected to an AWS CodeCommit repo requiring the "Other Git" option to be selected and configuring the pipeline through the ...
user25564001's user avatar
0 votes
0 answers
29 views

aws codecommit set up

i am get this type error how to solve Cloning into 'repositorytest'... fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/repositorytest/': The requested URL returned ...
arjun sah's user avatar
0 votes
1 answer
36 views

aws code commit Pull request changes not visible

We have a few files in our project whose line count is around 4000-5000. i recently update 3 lines in one of such file and when i raised a PR, the changes in this were not visible. Is there a way to ...
ansh sachdeva's user avatar
0 votes
0 answers
15 views

unable to trigger jenkins jobs through code commit

I have a CodeCommit repository with multiple subfolders, and I have set up a build trigger for it via sns and sqs. However, when I make changes in one of the subfolders, it's not triggering the ...
Mohammad Saifur Rahman's user avatar
0 votes
0 answers
18 views

AWS CodeCommit: How to list all users with access to a certain repo?

My organization has around 200 users and we are fixing all the security permissions on our AWS cloud infraestructure, my boss assigned me to check codecommit, so i need to list all the users that have ...
Chico3001's user avatar
  • 1,933
0 votes
0 answers
47 views

Git pull from code commit repo is not working in EC2 Linux Instance

I have an existing git repo on code commit and existing ec2 instance of linux. After the SSH setup when I try git pull command then I am getting error of permission denied. From ssh://git-codecommit....
Punit sharma's user avatar
1 vote
1 answer
39 views

Issue while cloning a repository from AWS Code Commit?

While cloning a repo from AWS Code Commit, I got an error like these... fatal: repository 'https://git-codecommit.ap-south-1.amazonaws.com/v1/repos/eduvocate/' not found how to fix this? I need to ...
Remo Rozario's user avatar
0 votes
0 answers
17 views

Remote origin issue when using Github and AWS Codepipeline Integration for on-premise instances

I am using AWS Codepipeline to deploy/update a repository to an on-premise instance, the source of the repository is sourced from Github. When deploying the repository through codedeploy the origin of ...
Amir Voloshin's user avatar

15 30 50 per page
1
2 3 4 5
39