AWS code-library documentation change
Summary
Added links to ABAC and Streams/TTL scenarios
Security assessment
Introduces Attribute-Based Access Control (ABAC) documentation, a security feature, but no direct security issue addressed.
Diff
diff --git a/code-library/latest/ug/iam_code_examples.md b/code-library/latest/ug/iam_code_examples.md index bf53754be..4847c33ee 100644 --- a//code-library/latest/ug/iam_code_examples.md +++ b//code-library/latest/ug/iam_code_examples.md @@ -826,0 +827,4 @@ From src/iam-service-lib.rs. + * [Set up Attribute-Based Access Control](./iam_example_dynamodb_Scenario_ABACSetup_section.html) + + * [Work with Streams and Time-to-Live](./iam_example_dynamodb_Scenario_StreamsAndTTL_section.html) +