AWS amazonswf documentation change
Summary
Fixed a broken documentation link and clarified behavior of non-ASCII character handling in CloudWatch metric names. Changed 'Since' to 'Because' in a note about SHA256 checksum usage for resource name differentiation.
Security assessment
The SHA256 checksum mention refers to name collision prevention, not cryptographic security. The changes are documentation improvements without addressing vulnerabilities or describing security features.
Diff
diff --git a/amazonswf/latest/developerguide/cw-metrics.md b/amazonswf/latest/developerguide/cw-metrics.md index 69e7e7608..0c2dad559 100644 --- a//amazonswf/latest/developerguide/cw-metrics.md +++ b//amazonswf/latest/developerguide/cw-metrics.md @@ -32 +32 @@ For example, the `DecisionTaskStartToCloseTime` metric measures the time it took -For a diagram of each of these workflow stages and to learn when they occur over the workflow and activity lifecycles, see [Amazon SWF Timeout Types ](./resources.html#swf-timeout-types). +For a diagram of each of these workflow stages and to learn when they occur over the workflow and activity lifecycles, see [Amazon SWF Timeout Types ](./swf-timeout-types.html). @@ -113 +113 @@ Amazon SWF allows non-ASCII characters in resource names such as TaskList and Do - * Since any non-ASCII characters are converted to `?`, some CloudWatch metric dimension values that were different before conversion may appear to be the same after conversion. To help differentiate between them, an underscore (`_`) followed by the first 16 characters of the SHA256 checksum of the original resource name is appended to the resource name. + * Because any non-ASCII characters are converted to `?`, some CloudWatch metric dimension values that were different before conversion may appear to be the same after conversion. To help differentiate between them, an underscore (`_`) followed by the first 16 characters of the SHA256 checksum of the original resource name is appended to the resource name.