Browse through the questions and answers listed below or filter and sort to narrow down your results.
1
answers
0
votes
10
views
asked 16 days ago
1
answers
0
votes
17
views
asked a month ago
Pipeline to deploy a Python Lambda using serverless
Is there a step by step tutorial on how to deploy a Python Lambda via serverless using a Pipeline (or CodeBuild only for that matter) somewhere ?
I've gone through someones tutorial here: https://www.youtube.com/watch?v=aGI4Wlm5c9U
but always seem to get stuck at the multiple IAM policies involved..
Just wondering if AWS has a step by step that i can follow.
Accepted AnswerAWS CodeBuild
1
answers
0
votes
18
views
asked a month ago
0
answers
0
votes
16
views
asked 2 months ago
Codebuild checkout of git modules fails with generic message
My repo has git submodules with one submodule has another level submodule
during the DOWNLOAD_SOURCE i receive a generic error like:
```
Submodule error authentication required for primary source and source version refs/heads/master
Submodule error authentication required for primary source and source version refs/heads/master
```
this gives me no detail on which submodule caused the error. Is there more logging available ?
Accepted AnswerAWS CodeBuild
3
answers
0
votes
67
views
asked 3 months ago
First run. free tier. Build failed to start. The following error occurred: Cannot have more than 0 builds in queue for the account
Faced the with next error:
**Build failed to start. The following error occurred: Cannot have more than 0 builds in queue for the account**
Credit card - valid
Tried on two regions (because I read that there are problems with us-east-1)
Could anybody help with this?
Thanks a lot in advance!
Accepted AnswerAWS CodeBuild
1
answers
0
votes
55
views
asked 4 months ago
1
answers
0
votes
20
views
asked 5 months ago
Build failed to start. The following error occurred: Cannot have more than 0 builds in queue for the account
Hi, getting the following on a CodeBuild project. Any help would be appreciated.
"Build failed to start. The following error occurred: Cannot have more than 0 builds in queue for the account"
Accepted AnswerAWS CodeBuild
2
answers
1
votes
293
views
asked 5 months ago
2
answers
1
votes
271
views
asked 5 months ago
CodeBuild build trigger not checking if the source actually changed?
Hi - We started using CodeBuild with source at GitHub. Since we did not want to build on every source push/pull request in Git hub we tried to use the Build Trigger feature with interval set to hour. We are noticing unlike other build systems we have worked with like Jenkins, the CodeBuild blindly rebuilds the source every hour instead of checking if the source code actually changed in GitHub.
Is this how its supposed to work? It's a waste of resources to be blindly building. I am not sure what use is the periodic trigger. Or perhaps I am missing something in the setup. GitHub v2 OAuth connector is being used for CodeBuild to access our GitHub repo.
Accepted AnswerAWS CodeBuild
2
answers
0
votes
19
views
asked 6 months ago
1
answers
0
votes
24
views
asked 6 months ago