AWS lambda documentation change
Summary
Updated link to Secrets Manager integration documentation.
Security assessment
Reinforces secure credential storage practices through documentation links.
Diff
diff --git a/lambda/latest/dg/configuration-envvars.md b/lambda/latest/dg/configuration-envvars.md index ec46376ff..a063323dd 100644 --- a//lambda/latest/dg/configuration-envvars.md +++ b//lambda/latest/dg/configuration-envvars.md @@ -13 +13 @@ You can use environment variables to adjust your function's behavior without upd -To increase security, we recommend that you use AWS Secrets Manager instead of environment variables to store database credentials and other sensitive information like API keys or authorization tokens. For more information, see [Use AWS Secrets Manager secrets in AWS Lambda functions](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_lambda.html). +To increase security, we recommend that you use AWS Secrets Manager instead of environment variables to store database credentials and other sensitive information like API keys or authorization tokens. For more information, see [Use Secrets Manager secrets in Lambda functions](./with-secrets-manager.html).