Skip to content

Commit 6a3a8a5

Browse files
authored
Merge pull request #318 from callezenwaka/patch-1
Update typos in configuration-tags.md
2 parents 7c7a00d + fed3290 commit 6a3a8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/configuration-tags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Tags apply at the function level, not to versions or aliases\. Tags are not part
6060

6161
The search bar also supports searching for tag keys\. Type `tag` to see just a list of tag keys, or start typing the name of a key to find it in the list\.
6262

63-
With AWS Billing and Cost Management, you can use tags to customize billing reports and create cost\-allocation reports\. For more information, see see [Monthly Cost Allocation Report](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/configurecostallocreport.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the *AWS Billing and Cost Management User Guide*\.
63+
With AWS Billing and Cost Management, you can use tags to customize billing reports and create cost\-allocation reports\. For more information, see [Monthly Cost Allocation Report](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/configurecostallocreport.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the *AWS Billing and Cost Management User Guide*\.
6464

6565
## Using tags with the AWS Command Line Interface<a name="configuration-tags-cli"></a>
6666

@@ -110,7 +110,7 @@ If you want to view the tags that are applied to a specific Lambda function, you
110110
```
111111
aws lambda list-tags --resource function arn
112112
```
113-
+ [GetFunction](API_GetFunction.md) – You supply your Lambda function name to a view a list of the tags associated with this function:
113+
+ [GetFunction](API_GetFunction.md) – You supply your Lambda function name to view a list of the tags associated with this function:
114114

115115
```
116116
aws lambda get-function --function-name my-function
@@ -130,4 +130,4 @@ The following requirements apply to tags:
130130
+ Maximum value length—256 Unicode characters in UTF\-8
131131
+ Tag keys and values are case sensitive\.
132132
+ Do not use the `aws:` prefix in your tag names or values because it is reserved for AWS use\. You can't edit or delete tag names or values with this prefix\. Tags with this prefix do not count against your tags per resource limit\.
133-
+ If your tagging schema will be used across multiple services and resources, remember that other services may have restrictions on allowed characters\. Generally allowed characters are: letters, spaces, and numbers representable in UTF\-8, plus the following special characters: \+ \- = \. \_ : / @\.
133+
+ If your tagging schema will be used across multiple services and resources, remember that other services may have restrictions on allowed characters\. Generally allowed characters are: letters, spaces, and numbers representable in UTF\-8, plus the following special characters: \+ \- = \. \_ : / @\.

0 commit comments

Comments
 (0)