AWS secretsmanager medium security documentation change
Summary
Updated AWS CDK version requirement from v2.94.0 to v2.258.0 and specified Python 3.12 update for Lambda rotation functions
Security assessment
Python 3.12 contains security updates addressing vulnerabilities present in older versions. The change mandates this security-focused runtime update for secret rotation functions.
Diff
diff --git a/secretsmanager/latest/userguide/troubleshoot_rotation.md b/secretsmanager/latest/userguide/troubleshoot_rotation.md index a0e655cb9..5964ee155 100644 --- a//secretsmanager/latest/userguide/troubleshoot_rotation.md +++ b//secretsmanager/latest/userguide/troubleshoot_rotation.md @@ -357 +357 @@ If a dialog box appears recommending you update the root stack, choose **Go to r -If you used the AWS CDK prior to version v2.94.0 to set up rotation for your secret, you can update the Lambda function by upgrading to v2.94.0 or later. For more information, see the [AWS Cloud Development Kit (AWS CDK) v2 Developer Guide](https://docs.aws.amazon.com/cdk/v2/guide/home.html). +If you used the AWS CDK prior to version v2.258.0 to set up rotation for your secret, you can update the Lambda function to Python 3.12 by upgrading AWS CDK to v2.258.0 or later. For more information, see the [AWS Cloud Development Kit (AWS CDK) v2 Developer Guide](https://docs.aws.amazon.com/cdk/v2/guide/home.html).