Example: Defining two action groups - Amazon CodeCatalyst

Amazon CodeCatalyst will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For more information, see How to migrate from CodeCatalyst.

Example: Defining two action groups

The following example shows how to define two Amazon CodeCatalyst action groups: BuildAndTest and Deploy. The BuildAndTest group includes two actions (Build and Test), and the Deploy group also includes two actions (DeployCloudFormationStack and DeployToECS).

Actions: BuildAndTest: # Action group 1 Actions: Build: Identifier: aws/build@v1 Configuration: ... Test: Identifier: aws/managed-test@v1 Configuration: Deploy: #Action group 2 Actions: DeployCloudFormationStack: Identifier: aws/cfn-deploy@v1 Configuration: ... DeployToECS: Identifier: aws/ecs-deploy@v1 Configuration: ...