All Content tagged with AWS CodeBuild

AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy.

Content language: English

Select up to 5 tags to filter
Sort by most recent
480 results
I have a codepipeline triggered by codecommit that should build lambdas and deploy zips to s3, but what lambdas are build is determined in codebuild when it reads a json file. how can i choose how...
1
answers
0
votes
133
views
asked 3 months ago
I am configuring a pipeline that will contain several Bitbucket sources, and I will only use one build in this pipeline. When I push to a Bitbucket repository, the pipeline checks all sources, I would...
0
answers
0
votes
76
views
profile picture
asked 3 months ago
Hello, I have three pipelines set up in an account triggered from the same Github source. A push to the source triggers a build in all three pipelines at the same time. I consistently get the error:...
1
answers
0
votes
83
views
asked 3 months ago
I have a test task that runs every 15 minutes which does `npm clean-install` and runs a small test suite. On every invocation, I see lots and lots of these messages: ``` (node:50)...
0
answers
0
votes
65
views
asked 3 months ago
I was in the process of creating and testing a CI/CD Pipeline in regards to the AWS Modern Application Workshop (https://github.com/aws-samples/aws-modern-application-workshop/tree/python/module-2),...
4
answers
0
votes
827
views
asked 3 months ago
I still get the error below in my code build even after doing the necessary Permissioning An error occurred (AccessDeniedException) when calling the GetAuthorizationToken operation: User:...
1
answers
0
votes
612
views
Nafiu
asked 3 months ago
I am using codebuild and for repository using GitHub that I am connecting through console only. from the console I am giving the access token, Attaching image for reference ![Enter image description...
0
answers
0
votes
157
views
asked 3 months ago
Hello i am having this error in my code build as i am doing a cross-account Strategy i am build and push my by my ECR into AccountA **Note: All My BuildProject and Pipeline are in AccountA** I...
2
answers
0
votes
364
views
Nafiu
asked 3 months ago
Hello, please i need help i have error connecting my Express API to Mysql (Container) In CodeBuild Below is the error ``` [Container] 2024/07/04 07:54:16.657953 Running command npm run test:dbconn >...
1
answers
0
votes
238
views
Nafiu
asked 3 months ago
Hello, i cannot connect Express API to my Mysql (Container) used for my code testing in codebuild machine please help i keep getting this erro ``` ERROR: connect ECONNREFUSED...
1
answers
0
votes
270
views
Nafiu
asked 3 months ago
I want to avoid pulling an image every time my CodeBuild starts, including with my npm dependencies. How can I achieve this by caching the image in CodeBuild so that I don't need to pull it...
2
answers
0
votes
318
views
Nafiu
asked 3 months ago
Objective: How can I set up a MySQL database within an AWS CodeBuild environment to conduct tests for my Node.js Express API? Details: Environment: Using AWS CodeBuild with the LINUX_CONTAINER...
1
answers
0
votes
226
views
Nafiu
asked 3 months ago