AWS code-library documentation change
Summary
Added link to DynamoDB table encryption example in KMS CreateKey context examples
Security assessment
The change adds documentation about encryption implementation with DynamoDB, which is a security feature. However, there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/code-library/latest/ug/kms_example_kms_CreateKey_section.md b/code-library/latest/ug/kms_example_kms_CreateKey_section.md index 98883a33c..4839565f3 100644 --- a//code-library/latest/ug/kms_example_kms_CreateKey_section.md +++ b//code-library/latest/ug/kms_example_kms_CreateKey_section.md @@ -11 +11 @@ The following code examples show how to use `CreateKey`. -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 example: +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: @@ -14,0 +15,2 @@ Action examples are code excerpts from larger programs and must be run in contex + * [Work with table encryption](./kms_example_dynamodb_Scenario_EncryptionExamples_section.html) +