AWS cli documentation change
Summary
Updated code signing policy documentation to include enhanced logging details
Security assessment
Documents improved audit capabilities for code signing without indicating a security fix.
Diff
diff --git a/cli/latest/reference/lambda/list-code-signing-configs.md b/cli/latest/reference/lambda/list-code-signing-configs.md index df8684450..b96a39b88 100644 --- a//cli/latest/reference/lambda/list-code-signing-configs.md +++ b//cli/latest/reference/lambda/list-code-signing-configs.md @@ -15 +15 @@ - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) » @@ -287 +287 @@ CodeSigningConfigs -> (list) ->>>> Code signing configuration policy for deployment validation failure. If you set the policy to `Enforce` , Lambda blocks the deployment request if signature validation checks fail. If you set the policy to `Warn` , Lambda allows the deployment and creates a CloudWatch log. +>>>> Code signing configuration policy for deployment validation failure. If you set the policy to `Enforce` , Lambda blocks the deployment request if signature validation checks fail. If you set the policy to `Warn` , Lambda allows the deployment and issues a new Amazon CloudWatch metric (`SignatureValidationErrors` ) and also stores the warning in the CloudTrail log. @@ -312 +312 @@ CodeSigningConfigs -> (list) - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) »