AWS secretsmanager documentation change
Summary
Updated Go import path from v1 to v2 of AWS Secrets Manager caching library.
Security assessment
The change is a routine dependency version update without security context. No vulnerabilities are mentioned, and it doesn't alter security documentation or configurations.
Diff
diff --git a/secretsmanager/latest/userguide/retrieving-secrets_cache-go.md b/secretsmanager/latest/userguide/retrieving-secrets_cache-go.md index 287c9769f..92129c69f 100644 --- a//secretsmanager/latest/userguide/retrieving-secrets_cache-go.md +++ b//secretsmanager/latest/userguide/retrieving-secrets_cache-go.md @@ -57 +57 @@ The following code example shows a Lambda function that retrieves a secret. - "github.com/aws/aws-secretsmanager-caching-go/secretcache" + "github.com/aws/aws-secretsmanager-caching-go/v2/secretcache"