AWS Security ChangesHomeSearch

AWS codecatalyst documentation change

Service: codecatalyst · 2025-03-19 · Documentation low

File: codecatalyst/latest/adk/codebuild-action-adk.md

Summary

Changed title to 'Example: AWS CodeBuild action using ADK' and updated references

Security assessment

Documentation restructuring without security-related content changes

Diff

diff --git a/codecatalyst/latest/adk/codebuild-action-adk.md b/codecatalyst/latest/adk/codebuild-action-adk.md
index d357fa7d2..e9d6c8bb3 100644
--- a/codecatalyst/latest/adk/codebuild-action-adk.md
+++ b/codecatalyst/latest/adk/codebuild-action-adk.md
@@ -7 +7 @@ PrerequisitesUpdate the action definitionUpdate the action codeValidate the acti
-# AWS CodeBuild action using ADK
+# Example: AWS CodeBuild action using ADK
@@ -28 +24 @@ This action invokes the AWS Command Line Interface (AWS CLI), which is preinstal
-Complete all of the steps in [Getting started with the Action Development Kit](./getting-started.html) before moving on with developing the action.
+Complete all of the steps in [Getting started with custom actions in CodeCatalyst](./getting-started.html) before moving on with developing the action.
@@ -97 +93 @@ After bootstrapping and updating the action code, continue with [Step 4: Bootstr
-After [Testing an action](./testing-action.html), validate the action.
+After [Testing a custom action](./testing-action.html), validate the action.
@@ -118 +114 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Examples
+Custom action examples
@@ -120 +116 @@ Examples
-Outgoing webhook action using ADK
+Example: Outgoing webhook action using ADK