AWS code-library documentation change
Summary
Added new security-focused DynamoDB scenario links (ABAC, encryption, resource policies)
Security assessment
Introduces scenarios for security features like encryption and ABAC, enhancing security documentation without addressing a specific vulnerability.
Diff
diff --git a/code-library/latest/ug/dynamodb_code_examples_scenarios.md b/code-library/latest/ug/dynamodb_code_examples_scenarios.md index 998d9819a..0d7a81c58 100644 --- a//code-library/latest/ug/dynamodb_code_examples_scenarios.md +++ b//code-library/latest/ug/dynamodb_code_examples_scenarios.md @@ -16,0 +17,2 @@ Scenarios target an intermediate level of experience to help you understand serv + * [Advanced Global Secondary Index scenarios](./dynamodb_example_dynamodb_Scenario_GSIAdvanced_section.html) + @@ -46,0 +49,4 @@ Scenarios target an intermediate level of experience to help you understand serv + * [Manage Global Secondary Indexes](./dynamodb_example_dynamodb_Scenario_GSILifecycle_section.html) + + * [Manage resource-based policies](./dynamodb_example_dynamodb_Scenario_ResourcePolicyLifecycle_section.html) + @@ -80,0 +87,2 @@ Scenarios target an intermediate level of experience to help you understand serv + * [Set up Attribute-Based Access Control](./dynamodb_example_dynamodb_Scenario_ABACSetup_section.html) + @@ -96,0 +105,10 @@ Scenarios target an intermediate level of experience to help you understand serv + * [Work with Local Secondary Indexes](./dynamodb_example_dynamodb_Scenario_LSIExamples_section.html) + + * [Work with Streams and Time-to-Live](./dynamodb_example_dynamodb_Scenario_StreamsAndTTL_section.html) + + * [Work with global tables and multi-region replication](./dynamodb_example_dynamodb_Scenario_MultiRegionReplication_section.html) + + * [Work with resource tagging](./dynamodb_example_dynamodb_Scenario_TaggingExamples_section.html) + + * [Work with table encryption](./dynamodb_example_dynamodb_Scenario_EncryptionExamples_section.html) +