AWS code-library medium security documentation change
Summary
Added context links to scenarios where GetSecretValue is used, including security-related ones like 'Moving hardcoded secrets to Secrets Manager'.
Security assessment
References scenarios that mitigate security vulnerabilities (e.g., hardcoded secrets), enhancing security documentation and best practices.
Diff
diff --git a/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.md b/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.md index 295dd7fbb..f2f99ad6b 100644 --- a//code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.md +++ b//code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.md @@ -12,0 +13,13 @@ The following code examples show how to use `GetSecretValue`. +Action examples are code excerpts from larger programs and must be run in context. You can see this action in context in the following code examples: + + * [Creating an Amazon RDS DB instance](./secrets-manager_example_rds_GettingStarted_036_section.html) + + * [Get started with Redshift Serverless](./secrets-manager_example_redshift_GettingStarted_038_section.html) + + * [Getting started with Amazon DocumentDB](./secrets-manager_example_docdb_GettingStarted_025_section.html) + + * [Moving hardcoded secrets to Secrets Manager](./secrets-manager_example_secrets_manager_GettingStarted_073_section.html) + + + +