AWS Security ChangesHomeSearch

AWS step-functions documentation change

Service: step-functions · 2025-04-18 · Documentation low

File: step-functions/latest/dg/tutorial-continue-new.md

Summary

Updated state machine ARN example to use 'region' placeholder instead of hardcoded region

Security assessment

Routine documentation formatting change with no security implications.

Diff

diff --git a/step-functions/latest/dg/tutorial-continue-new.md b/step-functions/latest/dg/tutorial-continue-new.md
index 22de33601..a891b5f36 100644
--- a//step-functions/latest/dg/tutorial-continue-new.md
+++ b//step-functions/latest/dg/tutorial-continue-new.md
@@ -110 +110 @@ To make sure your state machine has permissions to start the execution of the [s
-                      "arn:aws:states:us-east-2:123456789012:stateMachine:LambdaStateMachine"
+                      "arn:aws:states:region:123456789012:stateMachine:LambdaStateMachine"