AWS amazondynamodb documentation change
Summary
Added links to encryption and streams/TTL scenarios
Security assessment
Includes encryption-related documentation but doesn't indicate security fixes
Diff
diff --git a/amazondynamodb/latest/developerguide/example_dynamodb_DescribeTable_section.md b/amazondynamodb/latest/developerguide/example_dynamodb_DescribeTable_section.md index 1b67f1dc3..4d3f0670e 100644 --- a//amazondynamodb/latest/developerguide/example_dynamodb_DescribeTable_section.md +++ b//amazondynamodb/latest/developerguide/example_dynamodb_DescribeTable_section.md @@ -9 +9 @@ The following code examples show how to use `DescribeTable`. -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: @@ -12,0 +13,4 @@ Action examples are code excerpts from larger programs and must be run in contex + * [Work with Streams and Time-to-Live](./example_dynamodb_Scenario_StreamsAndTTL_section.html) + + * [Work with table encryption](./example_dynamodb_Scenario_EncryptionExamples_section.html) +