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.
Adding the 'AWS CDK bootstrap' action
Use the following instructions to add the AWS CDK bootstrap action to
your workflow.
Before you begin
Before you can use the AWS CDK bootstrap action, make sure you have an
AWS CDK app ready. The bootstrap action will synthesize the AWS CDK app before bootstrapping. You
can write your app in any programming language supported by the AWS CDK.
Make sure your AWS CDK app files are available in:
- Visual
-
To add the 'AWS CDK bootstrap' action using the visual editor
Open the CodeCatalyst console at https://codecatalyst.aws/.
-
Choose your project.
-
In the navigation pane, choose CI/CD, and then choose Workflows.
-
Choose the name of your workflow. You can filter by the source
repository or branch name where the workflow is defined, or filter
by workflow name or status.
-
Choose Edit.
-
Choose Visual.
-
At the top-left, choose + Actions to open the action
catalog.
-
From the drop-down list, choose Amazon CodeCatalyst.
-
Search for the AWS CDK bootstrap action, and do one of the
following:
-
In the Inputs, Configuration, and
Outputs tabs, complete the fields according to your needs.
For a description of each field, see the 'AWS CDK bootstrap' action YAML. This reference provides detailed
information about each field (and corresponding YAML property value) as it appears
in both the YAML and visual editors.
-
(Optional) Choose Validate to validate the workflow's YAML
code before committing.
-
Choose Commit, enter a commit message, and then choose
Commit again.
- YAML
-
To add the 'AWS CDK bootstrap' action using the YAML editor
Open the CodeCatalyst console at https://codecatalyst.aws/.
-
Choose your project.
-
In the navigation pane, choose CI/CD, and then choose Workflows.
-
Choose the name of your workflow. You can filter by the source
repository or branch name where the workflow is defined, or filter
by workflow name or status.
-
Choose Edit.
-
Choose YAML.
-
At the top-left, choose + Actions to open the action
catalog.
-
From the drop-down list, choose Amazon CodeCatalyst.
-
Search for the AWS CDK bootstrap action, and choose
+ to add it to the workflow diagram and open its
configuration pane.
-
Modify the properties in the YAML code according to your needs. An explanation
of each available property is provided in the 'AWS CDK bootstrap' action YAML.
-
(Optional) Choose Validate to validate the workflow's YAML
code before committing.
-
Choose Commit, enter a commit message, and then choose
Commit again.