AWS lambda documentation change
Summary
Fixed documentation links by adding double slashes in URLs for tag strategies and CreateFunction API references.
Security assessment
Changes are purely cosmetic URL fixes without security implications. No security features, vulnerabilities, or security-related content modifications are present.
Diff
diff --git a/lambda/latest/dg/configuration-tags.md b/lambda/latest/dg/configuration-tags.md index 854e6119d..9f6f92967 100644 --- a//lambda/latest/dg/configuration-tags.md +++ b//lambda/latest/dg/configuration-tags.md @@ -9 +9 @@ Permissions required for working with tagsUsing tags with the consoleUsing tags -You can tag functions to organize and manage your resources. Tags are free-form key-value pairs associated with your resources that are supported across AWS services. For more information about use cases for tags, see [Common tagging strategies](https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html#tag-strategies) in the _Tagging AWS Resources and Tag Editor Guide_. +You can tag functions to organize and manage your resources. Tags are free-form key-value pairs associated with your resources that are supported across AWS services. For more information about use cases for tags, see [Common tagging strategies](https://docs.aws.amazon.com//tag-editor/latest/userguide/best-practices-and-strats.html#tag-strategies) in the _Tagging AWS Resources and Tag Editor Guide_. @@ -119 +119 @@ To remove tags, use the `untag-resource` command. This example removes the tag w -To create a new Lambda function with tags, use the [CreateFunction](https://docs.aws.amazon.com/lambda/latest/api/API_CreateFunction.html) API operation. Specify the `Tags` parameter. You can call this operation with the `create-function` CLI command and the --tags option. Before using the tags parameter with `CreateFunction`, ensure that your role has permission to tag resources alongside the usual permissions needed for this operation. For more information about permissions for tagging, see Permissions required for working with tags. This example adds two tags, one with the key `Department` and one with the key `CostCenter`. +To create a new Lambda function with tags, use the [CreateFunction](https://docs.aws.amazon.com//lambda/latest/api/API_CreateFunction.html) API operation. Specify the `Tags` parameter. You can call this operation with the `create-function` CLI command and the --tags option. Before using the tags parameter with `CreateFunction`, ensure that your role has permission to tag resources alongside the usual permissions needed for this operation. For more information about permissions for tagging, see Permissions required for working with tags. This example adds two tags, one with the key `Department` and one with the key `CostCenter`.