AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-05-04 · Documentation low

File: code-library/latest/ug/lambda_example_lambda_GettingStarted_019_section.md

Summary

Added tagging commands for IAM roles and CloudWatch Logs groups with project and tutorial identifiers

Security assessment

Changes only add resource tagging for organizational purposes. No security configurations, policies, or vulnerabilities are addressed. Tagging improves resource management but doesn't inherently impact security.

Diff

diff --git a/code-library/latest/ug/lambda_example_lambda_GettingStarted_019_section.md b/code-library/latest/ug/lambda_example_lambda_GettingStarted_019_section.md
index 142d0f63c..54a83578b 100644
--- a//code-library/latest/ug/lambda_example_lambda_GettingStarted_019_section.md
+++ b//code-library/latest/ug/lambda_example_lambda_GettingStarted_019_section.md
@@ -303,0 +304,4 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role \
+        --role-name "$ROLE_NAME" \
+        --tags Key=project,Value=doc-smith Key=tutorial,Value=lambda-gettingstarted
+    
@@ -351,0 +356 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags project=doc-smith,tutorial=lambda-gettingstarted \
@@ -457,0 +463,4 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws logs tag-log-group \
+        --log-group-name "$LOG_GROUP_NAME" \
+        --tags project=doc-smith,tutorial=lambda-gettingstarted
+