All Content tagged with Amazon CodeCatalyst

Amazon CodeCatalyst is an integrated DevOps service that brings together everything software development teams need to plan, code, build, test and deploy applications on AWS into a seamless, collaborative experience.

Content language: English

Select up to 5 tags to filter
Sort by most recent
Hello, I have created a new project and workflow on CodeCatalyst. When i push a change the workflow is starting but i can't see the details on the console For example ![no...
1
answers
0
votes
313
views
Menahem
asked a year ago
Several members of my team, including myself, have noticed that code changes from previous merged Pull Requests are being included in subsequent Pull Requests. As an example, here is one of the...
2
answers
1
votes
266
views
asked a year ago
Hi, My workflow of CodeCatalyst failed at the aws/managed-test Action, it ran just fine 3 days ago with `npm test`. I can't see much from the log: ``` Internal Service Error: CodeBuild is...
1
answers
0
votes
945
views
Vu Hai
asked a year ago
Whats the correct way to ugrade node on code-catalyst? I kind of thought that part of the appeal of code catalyst was it woud look after upgrades, but node is on v16, and about to go out of support
8
answers
2
votes
696
views
profile picture
asked a year ago
I see another topic on this, but it seems a different case. Here is my log: ``` [13:55:00.021] Log Level: 1 [13:55:00.065] VS Code version: 1.80.0 [13:55:00.066] Remote-SSH version:...
1
answers
0
votes
495
views
f8kibi
asked a year ago
Hi, I am currently experiencing an issue with my workflow in AWS CodeCatalyst. The workflow gets stuck during a build action and does not proceed further. The last log entry I see is "Set up...
Accepted AnswerAmazon CodeCatalyst
4
answers
0
votes
408
views
profile picture
asked a year ago
**TL;DR** Change this: ``` Actions: ... BackendCDKDeploy: Identifier: aws/cdk-deploy@v1 Compute: Type: Lambda ``` To this: ``` Actions: ... BackendCDKDeploy: Identifier:...
1
answers
0
votes
342
views
Anthony
asked a year ago
Hi, I'm able to set up a project on code catalyst with my repository on Github. But I can't find a way to link the status of my run to a Pull request yet. Just simple run on PR to validate the build...
5
answers
0
votes
477
views
vuhai
asked a year ago
I want to have CFN Outputs of CDK Deploy action as workflow variables.By default, the action only exposes the first four (or fewer) CloudFormation output variables that it finds. The documentation...
2
answers
0
votes
333
views
Kashan
asked a year ago
Our organization creates services that other business units will use to stand-up the services they need. We've been working on using CDK and a GUI where they can customize options before deploying to...
2
answers
1
votes
361
views
RaminF
asked a year ago
A lot of what i do, is write jsii constructs for aws-cdk. Both for private consumption and for public publishing.. The way that we create projects is using projen (...
2
answers
0
votes
374
views
profile picture
asked a year ago