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...
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...
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...
EXPERT
published a year ago0 votes1855 views
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
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:...
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...
**TL;DR**
Change this:
```
Actions:
...
BackendCDKDeploy:
Identifier: aws/cdk-deploy@v1
Compute:
Type: Lambda
```
To this:
```
Actions:
...
BackendCDKDeploy:
Identifier:...
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...
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...
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...
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 (...