AWS step-functions documentation change
Summary
Fixed trailing comma in IAM policy example (syntax correction)
Security assessment
Change only corrects JSON syntax formatting without altering policy semantics or introducing security context
Diff
diff --git a/step-functions/latest/dg/call-https-apis.md b/step-functions/latest/dg/call-https-apis.md index ca7785cf8..a6aa38381 100644 --- a//step-functions/latest/dg/call-https-apis.md +++ b//step-functions/latest/dg/call-https-apis.md @@ -572 +572 @@ The following IAM policy example grants the least privileges required to your st - "events:RetrieveConnectionCredentials", + "events:RetrieveConnectionCredentials"