AWS Security ChangesHomeSearch

AWS codecatalyst documentation change

Service: codecatalyst · 2025-11-22 · Documentation low

File: codecatalyst/latest/adk/accessing-data.md

Summary

Updated multiple documentation links with corrected URL formatting

Security assessment

Includes references to secrets management and security-related workflow variables

Diff

diff --git a/codecatalyst/latest/adk/accessing-data.md b/codecatalyst/latest/adk/accessing-data.md
index 3e2b81205..a5306915b 100644
--- a//codecatalyst/latest/adk/accessing-data.md
+++ b//codecatalyst/latest/adk/accessing-data.md
@@ -50 +50 @@ Action inputs are values passed into an action at runtime. These inputs are defi
-Sensitive data like authentication credentials and other values can be stored and protected in secrets with CodeCatalyst. You can then reference the secrets in your workflow definition file. For more information, see [Working with secrets](https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-secrets.html). 
+Sensitive data like authentication credentials and other values can be stored and protected in secrets with CodeCatalyst. You can then reference the secrets in your workflow definition file. For more information, see [Working with secrets](https://docs.aws.amazon.com//codecatalyst/latest/userguide/workflows-secrets.html). 
@@ -78 +78 @@ In the following workflow, the value of the `core.getInput(`${StackName}`)` secr
-Your workflow that deploys an application can display a URL in the workflow diagram. The clickable URL in the CodeCatalyst console can help to quickly verify your application. For more information, see [Surfacing the URL of the deployed application](https://docs.aws.amazon.com/codecatalyst/latest/userguide/deploy-consumption-surface-app-url.html).
+Your workflow that deploys an application can display a URL in the workflow diagram. The clickable URL in the CodeCatalyst console can help to quickly verify your application. For more information, see [Surfacing the URL of the deployed application](https://docs.aws.amazon.com//codecatalyst/latest/userguide/deploy-consumption-surface-app-url.html).
@@ -80 +80 @@ Your workflow that deploys an application can display a URL in the workflow diag
-You can also configure action source code with an output variable to get a URL link for your application. In the following code, the URL is first defined so the variable holds the URL you want to set as the output value. The output variable is named `AppUrl` in `code.setOutput('AppUrl, url);` with the value of the `url` variable. The output variable can then be accessed in a workflow. For more information, see [Working with variables](https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-working-with-variables.html).
+You can also configure action source code with an output variable to get a URL link for your application. In the following code, the URL is first defined so the variable holds the URL you want to set as the output value. The output variable is named `AppUrl` in `code.setOutput('AppUrl, url);` with the value of the `url` variable. The output variable can then be accessed in a workflow. For more information, see [Working with variables](https://docs.aws.amazon.com//codecatalyst/latest/userguide/workflows-working-with-variables.html).