AWS code-library documentation change
Summary
Added documentation links for security-related DynamoDB scenarios including ABAC, encryption, and resource policies
Security assessment
Adds documentation for Attribute-Based Access Control (ABAC), encryption, and resource-based policies, which are security features. No evidence of addressing a specific vulnerability.
Diff
diff --git a/code-library/latest/ug/dynamodb_code_examples.md b/code-library/latest/ug/dynamodb_code_examples.md index ced46ce5d..c125f0c4b 100644 --- a//code-library/latest/ug/dynamodb_code_examples.md +++ b//code-library/latest/ug/dynamodb_code_examples.md @@ -470,0 +471,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + * [Advanced Global Secondary Index scenarios](./dynamodb_example_dynamodb_Scenario_GSIAdvanced_section.html) + @@ -500,0 +503,4 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + * [Manage Global Secondary Indexes](./dynamodb_example_dynamodb_Scenario_GSILifecycle_section.html) + + * [Manage resource-based policies](./dynamodb_example_dynamodb_Scenario_ResourcePolicyLifecycle_section.html) + @@ -534,0 +541,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + * [Set up Attribute-Based Access Control](./dynamodb_example_dynamodb_Scenario_ABACSetup_section.html) + @@ -550,0 +559,10 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + * [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) +