AWS Security ChangesHomeSearch

AWS lambda documentation change

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

File: lambda/latest/dg/example_api_gateway_GettingStarted_087_section.md

Summary

Added tagging commands for IAM roles and Lambda functions with 'project=doc-smith' and tutorial identifiers

Security assessment

Changes only add resource tagging for organizational purposes. No security controls, vulnerabilities, or security features are mentioned or modified.

Diff

diff --git a/lambda/latest/dg/example_api_gateway_GettingStarted_087_section.md b/lambda/latest/dg/example_api_gateway_GettingStarted_087_section.md
index 5cf25b7cf..bfb70e10e 100644
--- a//lambda/latest/dg/example_api_gateway_GettingStarted_087_section.md
+++ b//lambda/latest/dg/example_api_gateway_GettingStarted_087_section.md
@@ -165,0 +166,2 @@ 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=apigateway-lambda-integration
+    
@@ -188 +190,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-        --environment "Variables={LOG_LEVEL=INFO}" || {
+        --environment "Variables={LOG_LEVEL=INFO}" \
+        --tags project=doc-smith,tutorial=apigateway-lambda-integration || {
@@ -199,0 +203 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags project=doc-smith,tutorial=apigateway-lambda-integration \