AWS codecatalyst documentation change
Summary
Updated documentation titles, links, and terminology related to custom action development. Changed references from 'your' to 'a' in local machine setup instructions and updated section headers for clarity.
Security assessment
Changes are editorial improvements and terminology updates without addressing security vulnerabilities or introducing new security features. The mention of secrets management is a link update, not a new security capability.
Diff
diff --git a/codecatalyst/latest/adk/getting-started.md b/codecatalyst/latest/adk/getting-started.md index 9b2d4cc0b..2dd399ff2 100644 --- a/codecatalyst/latest/adk/getting-started.md +++ b/codecatalyst/latest/adk/getting-started.md @@ -7 +7 @@ PrerequisitesStep 1: Set up your project and Dev EnvironmentStep 2: Install tool -# Getting started with the Action Development Kit +# Getting started with custom actions in CodeCatalyst @@ -9 +9 @@ PrerequisitesStep 1: Set up your project and Dev EnvironmentStep 2: Install tool -Learn how to create your action workspace, bootstrap and develop your action, and then test and validate it. +CodeCatalyst Action Development Guide provide the ability to create custom actions for your projects. You can get get started by creating your action workspace, bootstrapping and developing your action, and then testing and validating the action. @@ -48 +38 @@ Create a Dev Environment to work on code stored in source repositories of your C -You can also build actions on your local machine and push the code to your CodeCatalyst remote repository. For more information, see [Setting up your project on a local machine](./set-up-workspace-local.html). +You can also build actions on your local machine and push the code to your CodeCatalyst remote repository. For more information, see [Setting up a project on a local machine](./set-up-workspace-local.html). @@ -129 +119 @@ CodeCatalyst adds a `README.md` file to your repository when you create it. Code -After setting up your project, you can create secrets for your custom actions if you're working with sensitive data that will be used in your action's workflow. For more information, see [Creating secrets](./adk-create-secrets.html). +After setting up your project, you can create secrets for your custom actions if you're working with sensitive data that will be used in your action's workflow. For more information, see [Creating secrets in CodeCatalyst for sensitive data](./adk-create-secrets.html). @@ -268 +258 @@ Because TypeScript is used to develop the action, the bootstrap command creates -After your custom action's files are generated, you can configure them to your requirements, including integrating third-party functionality. To learn about specific files you can configure, see [Configuring custom actions for third-party integrations](./adk-configure-third-party.html). +After your custom action's files are generated, you can configure them to your requirements, including integrating third-party functionality. To learn about specific files you can configure, see [Configuring custom actions for third-party integrations in CodeCatalyst](./adk-configure-third-party.html). @@ -554 +544 @@ The commit must meet publishing requirements, including a valid action definitio -The **Code quality** section displays the code quality of your results. Not meeting the quality results doesn't block you from publishing the action version. The **Test details** section provides testing and code coverage results. You can add and run unit tests to meet your requirements for the action. For more information, see [Testing an action](./testing-action.html). +The **Code quality** section displays the code quality of your results. Not meeting the quality results doesn't block you from publishing the action version. The **Test details** section provides testing and code coverage results. You can add and run unit tests to meet your requirements for the action. For more information, see [Testing a custom action](./testing-action.html). @@ -565 +555 @@ After developing your custom action, you can update and publish new action versi - * [Publishing a new action version](./actions-update.html) + * [Publishing a new custom action version](./actions-update.html) @@ -578 +568 @@ Custom actions concepts -Working with custom actions +Set up, test, and administer custom actions