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
**I've connected an AWS account that being billed monthly to my space and gave it the IAM administrator access in the roles from the AWS account and every time I try to upgrade the tier to standard i...
Hi,
We use test action aws/managed-test@v1 as part of our workflow in CodeCatalyst.
To test our Python Lambda's code, we installed some extra package using pip install before running...
Hello CodeCatalyst team,
I hope everything is good, This is Jihoon
Can CodeCatalyst install as On-Premises? not Private Cloud, install CodeCatalyst on our own physical server.
Hello AWS CodeCatalyst team,
I hope everything is good, this is Jihoon.
I very interested about CodeCatalyst the all-in-one coding platform.
Can CodeCatalyst integrated with GitLab?
I needed to update CDK to get NodeJS > 16 on my lambda functions. Now the cdk actions won't work because the action runners are all NodeJS 16. Am I missing some way of upgrading NodeJS on the action...
I have an Eslint report that has one Finding, but is being analize and passed, when it should fail:
![Report Screen Capture](/media/postImages/original/IMoslVK_NlSNuGcemhVLQRng)
I'm trying to use a private image from ECR, i have configured the IAM Role with AdministratorAccess and TrustedPolicy as next:
```
{
"Version": "2012-10-17",
"Statement": [
{
...
I have been going through CodeCatalyst and do not see a single example, or blueprint, that demonstrates how someone would use workflow caching for Docker. An example of this directly on the docs page...
I am trying to develop a serverless app that uses cognito user pools, API gateway, Lambdas and dynamo DB. I can do everything in console but that isn't great as I would like to have source control and...
I have for the last few days trying to get a Dev Environment to work that uses a custom image and presumed my problems with it was due to that customization.
However the problem seems to originate...
I recent created a project using the modern three-tier web application blueprint from AWS Code Catalyst. I can commit and push changes without errors, and the changes show up in the fully deployed web...
I just started using CodeCatalyst and tried to setup a custom Dev Environment for it.
I have created a docker image from the Universal Image 2.0, removed php 7, installed php 5.6 (fedora/ius.io) with...