Skip to content

Commit fed3290

Browse files
authored
Update typos in configuration-tags.md
Update typos in configuration-tags.md
1 parent 48bdeff commit fed3290

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
@@ -43,7 +43,7 @@ You can filter functions based on the presence or value of a tag with the Lambda
4343

4444
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\.
4545

46-
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*\.
46+
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*\.
4747

4848
## Using Tags with the AWS CLI<a name="configuration-tags-cli"></a>
4949

@@ -77,7 +77,7 @@ If you want to view the tags that are applied to a specific Lambda function, you
7777
```
7878
aws lambda list-tags --resource function arn
7979
```
80-
+ [GetFunction](API_GetFunction.md) – You supply your Lambda function name to a view a list of the tags associated with this function:
80+
+ [GetFunction](API_GetFunction.md) – You supply your Lambda function name to view a list of the tags associated with this function:
8181

8282
```
8383
aws lambda get-function --function-name my-function
@@ -93,4 +93,4 @@ The following requirements apply to tags:
9393
+ Maximum value length—256 Unicode characters in UTF\-8
9494
+ Tag keys and values are case sensitive\.
9595
+ 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\.
96-
+ 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: \+ \- = \. \_ : / @\.
96+
+ 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)