An https://codecatalyst.aws/explore workflow is an automated procedure that describes how to build, test, and deploy your code as part of a continuous integration and continuous delivery (CI/CD) system. You can use GitHub Actions alongside native CodeCatalyst actions in a CodeCatalyst workflow.

CodeCatalyst allows you to quickly assemble and configure actions to compose workflows that automate your CI/CD pipeline, test reporting, and other manual processes.

In this post, I will return to workflows and discuss running GitHub Actions alongside native CodeCatalyst actions.

This workflow runs when a new pull request is submitted and currently uses https://aws.amazon.com/codeguru/ to perform an automated code review.

Related Articles