AWS code-library documentation change
Summary
Added tagging commands for IAM roles, Lambda functions, and API Gateway resources
Security assessment
Changes implement resource tagging for organizational purposes. No security fixes or security feature documentation present.
Diff
diff --git a/code-library/latest/ug/iam_example_api_gateway_GettingStarted_087_section.md b/code-library/latest/ug/iam_example_api_gateway_GettingStarted_087_section.md index 5db8e3d0c..92be164e8 100644 --- a//code-library/latest/ug/iam_example_api_gateway_GettingStarted_087_section.md +++ b//code-library/latest/ug/iam_example_api_gateway_GettingStarted_087_section.md @@ -167,0 +168,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 + @@ -190 +192,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 || { @@ -201,0 +205 @@ 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 \