AWS Security ChangesHomeSearch

AWS lambda documentation change

Service: lambda · 2026-05-04 · Documentation low

File: lambda/latest/dg/example_lambda_GettingStarted_019_section.md

Summary

Added tagging commands for IAM roles, Lambda functions, and CloudWatch Log Groups with tutorial identifiers

Security assessment

Changes exclusively implement resource tagging for organizational tracking. No security implications, vulnerabilities, or security features are addressed or documented.

Diff

diff --git a/lambda/latest/dg/example_lambda_GettingStarted_019_section.md b/lambda/latest/dg/example_lambda_GettingStarted_019_section.md
index 84bc29580..c54e0b43f 100644
--- a//lambda/latest/dg/example_lambda_GettingStarted_019_section.md
+++ b//lambda/latest/dg/example_lambda_GettingStarted_019_section.md
@@ -301,0 +302,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
+    
@@ -349,0 +354 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags project=doc-smith,tutorial=lambda-gettingstarted \
@@ -455,0 +461,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
+