AWS Security ChangesHomeSearch

AWS codecatalyst documentation change

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

File: codecatalyst/latest/adk/outgoing-webhook-action.md

Summary

Updated action title to include 'Example:' prefix and modified references to testing/error handling documentation. Changed links to match updated getting started guide title.

Security assessment

Changes are limited to documentation structure and example labeling. No security-related content modifications or vulnerability fixes are present.

Diff

diff --git a/codecatalyst/latest/adk/outgoing-webhook-action.md b/codecatalyst/latest/adk/outgoing-webhook-action.md
index c66f22b3d..5da8b8b0e 100644
--- a/codecatalyst/latest/adk/outgoing-webhook-action.md
+++ b/codecatalyst/latest/adk/outgoing-webhook-action.md
@@ -7 +7 @@ PrerequisitesUpdate the action definitionUpdate the action codeValidate the acti
-# Outgoing webhook action using ADK
+# Example: Outgoing webhook action using ADK
@@ -26 +22 @@ The outgoing webhook action can initiate an outgoing webhook (OW) and make a POS
-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.
@@ -71 +67 @@ The outgoing webhook action contains several source files under the `lib/` folde
-While building your action, you can also catch errors by setting summary run messages. For more information, see [Handling errors](./troubleshooting.html#handling-errors).
+While building your action, you can also catch errors by setting summary run messages. For more information, see [Handling errors when running workflows](./troubleshooting.html#handling-errors).
@@ -163 +159 @@ 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.
@@ -184 +180 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-AWS CodeBuild action using ADK
+Example: AWS CodeBuild action using ADK