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
-1
votes
1 answer

How to upload entire Code's folder to AWS CodeCommit?

How to upload a project folder to AWS CodeCommit repository? I can see that I can only upload a single file from the CodeCommit console. Is it possible to upload all the items in the folder (Entire folder) at once?
Chithal
  • 59
  • 5
-1
votes
1 answer

Upload jar to Lambda when I do CodeCommit in AWS

When i push changes in AWS CodeCommit Repo, I want to make JAR file with mvn install command for that Java Code and upload it to AWS Lambda function. Location of that Jar file should be inside src/main/target. Can anyone suggest buildspec.yaml file?
-1
votes
1 answer

How can I configure by CodeBuild to not trigger CodePipeline recursively

Currently my CodeBuild is cloning the source CodeCommit Repository, making some changes on it and pushing it to the origin, this causes the pipeline to be triggered recursively since the source code is changing every time. I want to stop the…
payal
  • 79
  • 7
-1
votes
1 answer

Best practice to deploy multi stacks in cloudFormation using codepipeline

I have a repository in CodeCommit, and in this repository, there are 3 branches dev, stage, and prod, in this repository there are multi stacks versioned, for…
-1
votes
1 answer

How do I select codecommit trigger?

I am trying to send a Slack message by attaching a CodeCommit trigger to an AWS Lambda function and calling the Lambda function when the source code is committed. However, CodeCommit does not exist in the trigger list for the Lambda function. My…
berabue
  • 41
  • 7
-1
votes
1 answer

AWS : How to use CodeBuild to approve the approval rule template

whenever a PR is created code build triggers runs some tests and gives the result. based on the result I have a code commit approval rule template created which needs to be approved from codebuild. In this case, codebuild is not considering the…
-1
votes
1 answer

AWS-Code-commit-repository backup including multiple branches and commit history

AWS-Code-commit-repository backup including multiple branches and commit history. Need to backup AWS-Code-commit-repository along with multiple branches and commit history. is it possible, if, yes any already implemented solutions or guideline will…
Govinda
  • 63
  • 4
-1
votes
1 answer

UnknownError: Gateway Timeout while connecting to Codecommit using asdk-sdk nodejs

I have been trying to set up CodeCommit with aws sdk, but when i try and list al the repositories, it says “Unknown Error Gateway Timeout”. The secret keys works fine with S3 but codeCommit gives Gateway timeout error. Any idea ? The user with…
G. Chohan
  • 71
  • 1
  • 1
  • 6
-1
votes
1 answer

extract filename with extension from codecommit repo through aws cli

I try to get all filenames from codecommit repo through aws cli. If we use command aws codecommit get-folder --repository-name reponame --folder-path "" we can get output like this { "commitId":…
-1
votes
1 answer

How to get CodeCommit repository from Ubuntu Server

I'm new to AWS and I need some assistance with a quick project. I'm trying to export some of my code located on my Ubuntu Server onto CodeCommit repository. The code lives on multiple docker containers. Would anyone be able to provide a guide on…
o3illc
  • 7
  • 2
-1
votes
2 answers

Fatal: unable to access the requested URL returned error 403. (AWSCode Commit)

First time i am attempting AWSCode commit and it is in emergency phase. While i m cloning repository URL with Https in android studio it always throw an error Fatal: unable to access the requested URL returned error 403. For overcome with it, 1)…
user6043117
-1
votes
1 answer

How to sync aws code commits to local repository

We recently started AWS and our local git is now hosted in AWS. I want to know how i can sync the code commits to a local gitlab where all the commits made will automatically come and sit in both code commits and my local repo. Hoping for a good…
-2
votes
1 answer

git clone AWS codecommit failing with 403

I am following https://aws.amazon.com/getting-started/hands-on/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/module-1/ and facing an issue when trying to clone the repo "wildrydes-site" I just created in CodeCommit. git clone…
-2
votes
1 answer

I can's see the files I uploaded on AWS EC2 instance

I am new to AWS. My company asked me to deploy a CRUD API via docker on EC2. I cloned our codecommit repo into the ec2 instance and built the image. I was also able to navigate through the repository. However, today when I logged in to the ec2…
1 2 3
37
38