Questions tagged with AWS CodePipeline
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hi, I am using codePipeline to create a stackset in order to deploy my lambda function in different region.
In the beginig of the codePipeline set, I specify the artifact store into...
1
answers
0
votes
66
views
asked 8 days agolg...
Is there a way to customize Manual Approval Action to accept mandatory user input from the approver when approving/rejecting and then pass the input to the next stage?
0
answers
0
votes
13
views
asked 9 days agolg...
I have my AWS Codebuild config in a way when pushing changes to any branch with tag ^refs/tags/pak/* it will trigger the build,

```
const pipeline = new pipelines.CodePipeline(this,...
1
answers
0
votes
81
views
asked 12 days agolg...
As this ID is not support (apt, apt-get, dpkg).
---> sudo apt command not found
Please provide some insight to install apllications in this version of Linux.
ec2-user cat...
1
answers
0
votes
111
views
asked 13 days agolg...
The codebuild cache on both local and s3 buckets is not working. I have specified all the steps in the build_spec.yml file along with all the dependencies.
The cache file is stored in an s3 bucket but...
1
answers
0
votes
39
views
asked 14 days agolg...
I have a codePipeline that deploys to ECS. My task definition is using EFS access points. The first run of codePipeline works and everything runs wells i.e, the ECS task can connect to EFS and...
1
answers
0
votes
84
views
asked 15 days agolg...
Hi, I am currently using code pipeline to deploy my lambda function to mutiple region.
I have all my source code(artifact) stored in **ap-east-1** S3 bucket.
I have 2 cloudformation, one is in...
1
answers
0
votes
75
views
asked 16 days agolg...
I have created a codepipline using the following git link
https://github.com/aws-samples/aws-serverless-samfarm/blob/master/pipeline/pipeline.yaml
The Pipeline has been created and I have connected...
1
answers
0
votes
97
views
asked 17 days agolg...
I have services running on ECS Fargate containers, following the normal process, Code on GitHub from where image is build By CodeBuild and pushed on ECR, from where copy image URI and give it to...
0
answers
0
votes
74
views
asked 18 days agolg...
Hi,
My goal: I want to deploy a lambda function to 6 different regions, and I will only use AWS cron job to trigger the function. And I also want to when I update my lambda function, all 6 regions...
1
answers
0
votes
84
views
asked 21 days agolg...
When source step is set to “Full Clone” instead of “CodePipeline Default”
I get the following error at the Build step:
authorization failed for primary source and source version `commit hash`
When...
1
answers
0
votes
62
views
asked 22 days agolg...