AWS code-library documentation change
Summary
Added links to security-related scenarios (encryption, ABAC, resource policies)
Security assessment
Links to security feature documentation but does not resolve a specific security vulnerability.
Diff
diff --git a/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.md b/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.md index 4ec2d45ba..c6a7cc9ce 100644 --- a//code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.md +++ b//code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.md @@ -16,0 +17,2 @@ Action examples are code excerpts from larger programs and must be run in contex + * [Advanced Global Secondary Index scenarios](./dynamodb_example_dynamodb_Scenario_GSIAdvanced_section.html) + @@ -20,0 +23,16 @@ Action examples are code excerpts from larger programs and must be run in contex + * [Manage Global Secondary Indexes](./dynamodb_example_dynamodb_Scenario_GSILifecycle_section.html) + + * [Manage resource-based policies](./dynamodb_example_dynamodb_Scenario_ResourcePolicyLifecycle_section.html) + + * [Set up Attribute-Based Access Control](./dynamodb_example_dynamodb_Scenario_ABACSetup_section.html) + + * [Work with global tables and multi-region replication](./dynamodb_example_dynamodb_Scenario_MultiRegionReplication_section.html) + + * [Work with Local Secondary Indexes](./dynamodb_example_dynamodb_Scenario_LSIExamples_section.html) + + * [Work with resource tagging](./dynamodb_example_dynamodb_Scenario_TaggingExamples_section.html) + + * [Work with Streams and Time-to-Live](./dynamodb_example_dynamodb_Scenario_StreamsAndTTL_section.html) + + * [Work with table encryption](./dynamodb_example_dynamodb_Scenario_EncryptionExamples_section.html) +