AWS cli documentation change
Summary
Updated code signing policy documentation to include CloudWatch metric and CloudTrail logging details
Security assessment
Adds clarity about security monitoring features but no evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/lambda/get-code-signing-config.md b/cli/latest/reference/lambda/get-code-signing-config.md index b689e5aeb..6ad47eed3 100644 --- a//cli/latest/reference/lambda/get-code-signing-config.md +++ b//cli/latest/reference/lambda/get-code-signing-config.md @@ -15 +15 @@ - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) » @@ -269 +269 @@ CodeSigningConfig -> (structure) ->>> 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. @@ -294 +294 @@ CodeSigningConfig -> (structure) - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) »