Questions tagged [aws-codecatalyst]

Amazon CodeCatalyst is a unified software development service that makes it faster to build and deliver software on AWS. Only questions about programming in relation to CodeCatalyst are on-topic.

Amazon CodeCatalyst is a cloud-based collaboration space for software development teams. CodeCatalyst provides one place where you can plan work, collaborate on code, and build, test, and deploy applications with continuous integration/continuous delivery (CI/CD) tools.

Documentation: https://docs.aws.amazon.com/codecatalyst/

3 questions
2
votes
1 answer

Unable to preview running app in CodeCatalyst Dev Environment

I am trying to develop a React app in a Code Catalyst Cloud9 based Dev Environment. I am able to run npm start to run the development server at localhost:8080 but cannot find any way to preview the running app. In a regular Cloud9 instance there's…
Jud
  • 1,158
  • 1
  • 8
  • 17
2
votes
1 answer

Unable to locate authorization token when calling codecatalyst from AWS CLI

When I try to use the AWS CLI to run commands for the new AWS CodeCatalyst service, the command hangs for a bit and I keep getting the same error: Unable to locate authorization token I verified that my AWS profile/credentials are pointing to the…
JD D
  • 7,398
  • 2
  • 34
  • 53
0
votes
0 answers

Need help in solving Remote - SSH problem

Hello guys I am trying to do Remote SSH for quite some time and unable to make it work . The problem : Trying to connect to Aws Codecatalyst Dev environment Linux(remote ssh) to my local windows machine and it is in an endless loop of " Setting up…